| | |
Cross-browser script... Not working for Opera...
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2005
Posts: 1
Reputation:
Solved Threads: 0
JSP Syntax (Toggle Plain Text)
<html> <head> <title></title> <script> if(navigator.userAgent.indexOf("Firefox") != -1) { window.location = "secondLayer/indexFF.htm"; } else if(navigator.userAgent.indexOf("MSIE") != -1) { window.location = "secondLayer/indexIE.htm"; } else if(navigator.userAgent.indexOf("Netscape") != -1) { window.location = "secondLayer/indexNS.htm"; } else { window.location = "secondLayer/indexX.htm"; } </script> </head> <body> <p>Please wait while the browser redirects you...</p> </body> </html>
Can I just copy and past an "else if" into this like the others and pass off the value "Opera" and have it be redirected???
![]() |
Similar Threads
- Tutorial: Create a cross-browser compatible, single-level, drop-down menu (Site Layout and Usability)
- javascript works in IE but not working in firefox (JavaScript / DHTML / AJAX)
- can anyone make this tree table sort correctly? (JavaScript / DHTML / AJAX)
- Is this possible? plz help (Site Layout and Usability)
- Which browser do you design for? (HTML and CSS)
- Bookmark function in mozilla firefox (HTML and CSS)
- safari makes my script look weird, HELP (OS X)
- script works in Opera but not Firefox (Python)
Other Threads in the JSP Forum
- Previous Thread: JSP codes seems not executed correctly
- Next Thread: JSP Pages - How to design Pages inorder to restrict data based on user who signed in
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial update video web





