Click to See Complete Forum and Search --> : How can detect Opera?


peterhou
06-28-2004, 09:10 AM
I want to disable people who use Opera,how can i detect Opera?
thanks

fredmv
06-28-2004, 09:34 AM
You can just check for the existence of window.opera, but I don't get why you'd want to do such a thing.

peterhou
06-28-2004, 09:42 AM
thank you for quick reply.
I'll use it Not in whole site,just some importent pages.

yours
peter

peterhou
06-28-2004, 10:00 AM
Yes,it can detect Opera.but when I use die,the page still can load.How can stop load page:
if (window.opera) {
die ("...");
}

thank you

peterhou
06-28-2004, 10:09 AM
One more thing:window.mozila can detect mozila?
thank you.
I want to disable mozila also.