Clear Queue List using javascript

Last post 06-24-2011, 7:57 PM by Eric. 1 replies.
Sort Posts: Previous Next
  •  06-24-2011, 12:44 PM 68140

    Clear Queue List using javascript

    Dear CuteSoft Support
     
    Is there any javascript method that I can use to clear the queue list?
     
    Thanks in advance
     
    Roniel
  •  06-24-2011, 7:57 PM 68142 in reply to 68140

    Re: Clear Queue List using javascript

    Hi Roniel,
     
    Please add the following code in your page and test it again:
     
    <script language="JavaScript" type="text/javascript" >  
    function CuteWebUI_AjaxUploader_OnQueueUI(list)
    {
        return false;
    }
    </script>
     
    Thanks for asking
View as RSS news feed in XML