R
RJ
Is their any way by which download dialog can be invoked via
javascript. All i have is url of the file to be downloaded.......
javascript. All i have is url of the file to be downloaded.......
RJ said:Is their any way by which download dialog can be invoked via
javascript. All i have is url of the file to be downloaded.......
I think that one's covered in the FAQ:http://jibbering.com/faq/
No ..i didn't find the solution there
10.11http://jibbering.com/faq/#fileDownload
location.href= url (works in some case but most of the times it opens in a browser)
window.open(url,'Download') (popup blocker issue)..
I guess der isn't any way through javascript....i will have to go for
server side..
Is their any way by which download dialog can be invoked via
javascript. All i have is url of the file to be downloaded.......
RJ said:Is their any way by which download dialog can be invoked via
javascript. All i have is url of the file to be downloaded.......
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.