where to find browser redirect script?

liunx

Guest
hello i been looking all over for a script that will redirect all aol browsers to a different page on my site. No luck with finding it .try <!-- m --><a class="postlink" href="http://javascript.internet.com/">http://javascript.internet.com/</a><!-- m -->

I think I saw it somewhere there beforei hope this helps

chris<pixelmonkey>:monkey:
<!-- TWO STEPS TO INSTALL NEW BROWSERS ONLY:

1. Paste the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function onlyNewbrowsers() {
browser = (((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 )))
if (browser) {
alert('You are obviously using Netscape 3+ or MSIE 4+. Older browsers are not allowed to read this.....')}
else {}
}
// End -->
</SCRIPT>

<!-- STEP TWO: Put this code into the BODY of your HTML document -->

<BODY>

<CENTER>
<FORM ACTION="" onSubmit="onlyNewbrowsers()">
<input type="submit" Value="New Browsers Only Script">
</FORM>
</CENTER>if pixel's doesn't work, go to the #1 JavaScript site on the net,
<!-- w --><a class="postlink" href="http://www.a1javascripts.comgood">www.a1javascripts.comgood</a><!-- w --> point john!


bouncing off the forums walls
chris<pixelmonkey>:monkey:I see that we look around for java at the same sites. I couln't find the script at these site But i did check again but with no luck

I Think there away but it hard to find

the only reason why i need a script like this is because i runing a game room and the game page is best veiwed in full screen mode and it auto opens but aol browsers won,t go into full screen, i think aol don,t support full screen therefore it sent a error message or just freeze that browser. I can put a button on the page and ask for aol user click here but would like that auto thing
just cause it makes the process to the game faster
please help if you got an idea.

p.s i did find a cgi script at <!-- m --><a class="postlink" href="http://www.kastle.net/products/brow..._redirect.shtml">http://www.kastle.net/products/brow..._redirect.shtml</a><!-- m --> called Browser Redirect version 1.0 but i can,t get in to work at all.
i,ll be heading to they forums next to see why i get a blank screen when i run they index.cgi

you can find me working hard every day at http:www.rocaby.com
 
Top