Download Script

Script by: Steve Bradford

     Here's one of many small scripts that appears to be doing far more than it really is. It's a simple JavaScript button except it is attached to an FTP site rather than a HTTP site. Thus it appears to be initiating a download. Pretty clever...

     It looks like this...

<form>
<INPUT TYPE="button" VALUE="Click To Download Netscape 3.01 Gold!"
onClick= "parent.location='ftp://ftp.netscape.com/pub/navigator/gold/3.01/windows/g32e301.exe'">
</form>

Back to the Miscellaneous Scripts