Jump to content

Recommended Posts


Posted

goddammit I hate JavaScript!

Earlier this day it really worked! And now when I test it it doesn't :s

well, check it and tell me what's wrong:

<!DOCTYPE HTML SYSTEM>
<html>
<head>
<title>Download DRIVERPACK_SND.7z</title>
</head>

<script type="JavaScript">
window.location="http://users.pandora.be/bashratthesneaky/Unattended/DRIVERPACK_SND.7z";
</script>

</html>

Posted

Hmmm.

You didn't test my DOWNLOAD.HTM: it work's fine for what you wanted to do. Now there is still the same DOWNLOAD.HTM on the first page, and it doesn't work, at least for me.

If you are interested:

<HTML>
<HEAD>
</HEAD>
<BODY>
<script language="javascript">
self.location="LINKGOESHERE";
</script>
</BODY>
</HTML>

Could be that javascript needs to be either in the head or the body ...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...