Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto download file and redirect

Status
Not open for further replies.

mclellan

Programmer
Aug 6, 2002
294
CA
Hello,

I am having trouble creating a web page that will auto download a program on page load, and then redirect after a certain time out.

I can get the redirect to work no problem using:
<html>
<head>
<meta http-equiv=&quot;refresh&quot; content=&quot;0; url=http://www.yahoo.com&quot;>
</head>
<body>
</body>
</html>&quot;>

But I am lost on how to push the download first!

Thanks
Barry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top