![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I make a page that automatically downloads a file after 5 seconds or somthing like that. I always see sites that say "Your Download Should |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
How do I make a page that automatically downloads a file after 5 seconds or somthing like that. I always see sites that say "Your Download Should Start Automatically". and now I found a use for that. |
#5
| |||
| |||
|
|
I understand how to link a download file... Im not incompetant ;-) I need to know how to make a file automaticly download when the page loads. |
#6
| |||
| |||
|
|
You have an onLoad event that triggers an openBrowserWindow pointing to the zip file? |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Is this all I need? meta http-equiv="Refresh" content="1; URL=http://www.mysite.com/path/to/file.zip" |
#9
| |||
| |||
|
|
.oO(Macman4000) Is this all I need? meta http-equiv="Refresh" content="1; URL=http://www.mysite.com/path/to/file.zip" Yep, but you should be aware of the problems that may arise from such an abuse of the meta-refresh (may break back button for example). It's not meant to redirect to another URL, even if it's used for that all over the web. That's why I wrote "... if you _really_ want to use it." Personally I wouldn't recommend it. Micha |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |