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="refresh" content="0; url=http://www.yahoo.com">
</head>
<body>
</body>
</html>">
But I am lost on how to push the download first!
Thanks
Barry
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="refresh" content="0; url=http://www.yahoo.com">
</head>
<body>
</body>
</html>">
But I am lost on how to push the download first!
Thanks
Barry