Add to Google

What Is Opera's App Name?

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > Java, Java Servlets, Java Script, & JSP

What Is Opera's App Name?

Jeune
My dad has a Nokia communicator, that phone which looks like a small laptop, and so I tried to look at my My Webpagewith it.

The communicator uses the Opera browser and as it turned out, my javascript, a counter that counts how many days before my birthday and christmas didn't display the number of days correctly.

So while I am trying to discover how it will wok in Opera, I would barr people using Opera browsers from my site. Problem is I don't know Opera's appname.

Can anybody tell my what it is?

My code will looke like this

CODE

if (navigator.appName="Whatever Opera's app name is") {
    my code etc etc;
}


I know internet explorer's appName is Microsoft Internet Explorer and
Firefox's is Netscape.

Is Opera's appName Opera?

Reply

slu
QUOTE(Jeune @ Nov 13 2005, 02:21 PM)
My code will looke like this

CODE

if (navigator.appName="Whatever Opera's app name is") {
    my code etc etc;
}


I know internet explorer's appName is Microsoft Internet Explorer and
Firefox's is Netscape.

Is Opera's appName Opera?
*



No, Opera's appName is Netscape! It might seem weird, but it has been chosen for compatibility reasons....

You need to check the User Agent String to detect whether a Opera browser is used. The User Agent String will include the name "Opera", so your code could be written like this:

CODE

if ((navigator.userAgent).indexOf("Opera") != -1) {
    your code etc etc;
}


If you really want to go in to the gory details of browser detection check out the Browser Capabilities Project.

 

 

 


Reply

Tyssen
You're gonna bar Opera users from your site just cos a javascript counter doesn't work properly? huh.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. what is the app opera? - 19.49 hr back. (1)
  2. wiibrew apps opera - 51.10 hr back. (1)
  3. opera app - 80.74 hr back. (2)
  4. opera.app - 54.69 hr back. (3)
  5. appname for opera - 164.30 hr back. (1)
  6. appname for firefox - 165.60 hr back. (1)
  7. opera .app - 256.27 hr back. (1)
  8. php appname firefox code - 289.74 hr back. (1)
  9. javascript opera appname - 298.18 hr back. (1)
  10. "opera.app" - 429.36 hr back. (1)
  11. opera. app - 594.52 hr back. (1)
  12. navigator.appname opera - 594.55 hr back. (1)
  13. appname opera - 212.43 hr back. (2)
  14. firefox app.name - 711.45 hr back. (1)
Similar Topics

Keywords : operas app


    Looking for operas, app






*SIMILAR VIDEOS*
Searching Video's for operas, app

*MORE FROM TRAP17.COM*
advertisement



What Is Opera's App Name?