Re: Avoiding postbacks

  •  08-15-2010, 10:00 PM

    Re: Avoiding postbacks

    Hi,
     
       function CuteWebUI_AjaxUploader_OnPostback() {
             alert('CuteWebUI_AjaxUploader_OnPostback');
             return false;
         }  
     
    this code shall works.
     
    did you see that message?
     
    Regards,
    Terry
     
View Complete Thread