|
-
Mar 4th, 2002, 07:29 AM
#1
Thread Starter
Fanatic Member
Browser Type
Quick Question...
Has anyone got any idea how I can use the navigator.appName in Javascript and use to detect if the clients browser is Opera?
Cheers
-
Mar 4th, 2002, 11:03 AM
#2
strsomething = navigator.appname
or
if(navigator.appname == 'Netscape') then
blah blah
else
blah blah
(correct my typos)
and...
open up a page in opera and try to document.write the navigator appname... should help u.
-
Mar 4th, 2002, 11:19 AM
#3
Thread Starter
Fanatic Member
Thanks mendhak,
I got that far BUT the only problem is is that Opera disguises itself as Internet Explorer. I just cant think of a way around.
Thanks a lot
-
Mar 4th, 2002, 01:42 PM
#4
If there's something specific you wanna work around, post it up... maybe there IS a way!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|