Jump to content

Recommended Posts

Posted

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)


Posted

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

Posted
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

Posted
Your original listing works in Opera, however.

Maybe it is some settings in your copy of Firefox.

jaclaz

thats what i'm guessing at... not sure what settings would affect from not redirecting.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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