Re: error messages. Can I use innerHTML instead of alerts?

  •  04-10-2010, 11:56 AM

    Re: error messages. Can I use innerHTML instead of alerts?

    Thanks Adam,
    It looks like using these error functions are conflicting with this function. The below function doesn't work when used with the error functions
     
    function CuteWebUI_AjaxUploader_OnQueueUI(list)
    {
        return false;
     
    Any suggestions to how to use the error functions with this function correctly, or is there a different way to solve this conflict?
     
    Thanks
    Kal 
View Complete Thread