AOL, Netscape, Explorer...

liunx

Guest
Hi All,<br />
<br />
I made a webpage for my company, and I used several scripts some of which don't work with AOL nor Netscape, so I decided to make alternative websites for the users of each kind of browser. My problem is how do I get to redirect a visit to the appriopiate page; and would it be possible to count all visits using any of the browsers in the same totals?<br />
<br />
The webpage is:<br />
<br />
<!-- w --><a class="postlink" href="http://www.bclabel.com">www.bclabel.com</a><!-- w --><br />
<br />
I will really appreciate any help.<br />
<br />
Thanks!<br />
<br />
Dogopon<!--content-->hee is a browser redirect.<br />
<br />
<SCRIPT><br />
if (navigator.appName == "Microsoft Internet Explorer")<br />
document.write('<META HTTP-EQUIV="REFRESH" CONTENT="1;URL=msie.html">');<br />
else<br />
document.write('<META HTTP-EQUIV="REFRESH" CONTENT="1;URL=netscape.html">');<br />
</SCRIPT><br />
<br />
as far as counting visits, I would use serverside language.<br />
you can find lots of them all over the web.<!--content-->
 
Back
Top