SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Aug 22, 2002, 14:52 #1
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
HELP! Need Redirect Script for NS
I need to find a script that will only redirect Netscape browsers that are less than 6 (I want 6 to be accepted, and allowed through)
I had one that worked great, but it somehow got corrupted when I used my &#$@% WYSIWYG editor, and I saved my mistake
Any help would be greatly appreciated!.
-
Aug 23, 2002, 00:30 #2
The best way would be to detect the browser based on its abilities rather than its appName or appVersion.
Code:<script type="text/javascript"> if (document.layers) { window.location="nn4page.html" } </script>
New Plastic Arts: Visual Communication | DesignateOnline
Mate went to NY and all he got me was this lousy signature
-
Aug 23, 2002, 08:18 #3
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks a million, Bill!
You are truly a life saver! I'll give it a whirl.....
-
Aug 23, 2002, 08:50 #4
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
It works like a charm!
Thanks again......
Bookmarks