Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Clear Queue List using javascript
Clear Queue List using javascript
Last post 06-24-2011, 7:57 PM by
Eric
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
06-24-2011, 12:44 PM
68140
Roniel
Joined on 01-12-2010
Posts 3
Clear Queue List using javascript
Reply
Quote
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
Eric
Joined on 08-05-2009
Posts 1,269
Re: Clear Queue List using javascript
Reply
Quote
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
Eric@cutseoft.net