Jump to content

Why doesn't this work in Mozilla?


Recommended Posts

Please tell me what's wrong with this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
<script language="javascript" type=text/javascript>
self.location="http://users.telenet.be/btsunattended/EN/BtS_DriverPacks/DL_DP_LAN.htm";
</script>
</BODY>
</HTML>

It won't work in the forums, but when I open it separately it works.

(I use it for DriverPack downloading)

Link to comment
Share on other sites


i put a HTML file on my desktop pasted that code and it opened fine in my MoZilla Firefox and IE... But... why not try getting rid of the Javascript and using

<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://users.telenet.be/btsunattended/EN/BtS_DriverPacks/DL_DP_LAN.htm">
<meta http-equiv="Content-Language" content="en-us">
</HTML>

insted? taht will redirect on 0 seconds so its instant redirect

Link to comment
Share on other sites

i put a HTML file on my desktop pasted that code and it opened fine in my MoZilla Firefox and IE... But... why not try getting rid of the Javascript and using

<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://users.telenet.be/btsunattended/EN/BtS_DriverPacks/DL_DP_LAN.htm">
<meta http-equiv="Content-Language" content="en-us">
</HTML>

insted? taht will redirect on 0 seconds so its instant redirect

Thank you!

In fact I don't know (YET) much about HTML or JavaScript, that's why I'm asking it here.

I'm testing it right now...

EDIT: works in IE, doesn't work in Mozilla... so still the same

Link to comment
Share on other sites

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...