|
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!)
|