I want to open a particular URL and download a file say ABCD.log every half an hour. (the same file)
Is there any way i can automate this process using java script or any other method?
Thanks in advance
I want to open a particular URL and download a file say ABCD.log every half an hour. (the same file)
Is there any way i can automate this process using java script or any other method?
Thanks in advance
You can force a download, however you will need to press a "Download"-button for it to be downloaded and openend (depending on your browser settings).
Forcing a download using php (you will have to reload the page every half an hour, i suggest using http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm ):
http://elouai.com/force-download.php
~G
create one javascript function and call the function in body onload.Refresh the page in each and every half hour,we can easily refresh using meta-refresh tag.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.