Closed Thread Icon

Preserved Topic: NS 6 refresh (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17913" title="Pages that link to Preserved Topic: NS 6 refresh (Page 1 of 1)" rel="nofollow" >Preserved Topic: NS 6 refresh <span class="small">(Page 1 of 1)</span>\

 
delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 01-11-2001 12:45

Hi does anyone know about a script that detects if the user is using Netscape 6
and then loads another page.

I need this because I have two types of javascript, One for IE and Netscape 4
and the otherone is for netscape 6

and guys ** I NEED THIS PLEASE **

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 01-11-2001 20:31

if (navigator.userAgent.indexOf("Gecko") > 0) {
window.location = "page_ns6.html";
} else {
window.location = "page_normal.html";
}

delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 01-12-2001 10:18

Thanx a million mr.maX.
I love this forum

« BackwardsOnwards »

Show Forum Drop Down Menu