PDA

View Full Version : Download Popup


Lynyrd Skynyrd
10-16-2002, 11:53 PM
I am no exactly sure how, I think there is a way, but I want a download box to pop-up. When you first enter the site there is a certain program I wrote that you need. I want to know of a way of bringing up the download prompt to come up without clicking on anything. Anyone know of a way to do this?

ACJavascript
10-17-2002, 12:23 AM
just set a link to the program itself.. like

http://www.yoursite.com/Program.exe

Lynyrd Skynyrd
10-17-2002, 12:56 AM
I want to bring up the prompt when you first visit the site, not by clicking anything.

ACJavascript
10-17-2002, 12:59 AM
then try this,

______

<script langauge="javascript">

location.href="http://www.yoursite.com/Program.exe"

</script>


Hope this works :D:D