Thread: html question!
View Single Post
  #11  
Old 17-07-2004, 10:36
KAMiKAZE KAMiKAZE is offline
Senior Member
 
Join Date: Mar 2004
Posts: 168
Thanks: 0
Thanked 0 Times in 0 Posts
KAMiKAZE
so now I want to find out:
is there a good method that checks the explorer? I found some methods and wrote this by myself:

if (navigator.appName!="Microsoft Internet Explorer") {alert ('you do not use IE')}

may that work?

AOL still ignores that (I can't test it with other explorers!)
Reply With Quote