• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Java Script not working in firefox but working in IE

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i click this link in IE a popup comes and we can select an option .
so itz value is displayed in text box.
but in firefox that value is not displayed....

<a href="javascript:doSubmit(<bean:write name="applicationEnvironment" property="environmentGroupInfo.groupId"/>, '<bean:write name="applicationEnvironment" property="environmentGroupInfo.description"/>', '<bean:write name="applicationEnvironment" property="appInfo.appName"/> : <bean:write name="applicationEnvironment" property="appInfo.version"/>, 
<bean:write name="applicationEnvironment" property="systemInfo.name"/>
<logic:present name="applicationEnvironment" property="systemInfo.domain">
.<bean:write name="applicationEnvironment" property="systemInfo.domain"/>
</logic:present>, 
<bean:write name="applicationEnvironment" property="appServerInfo.name"/>
<logic:present name="applicationEnvironment" property="appServerInfo.domain">
: <bean:write name="applicationEnvironment" property="appServerInfo.domain"/>
</logic:present>
','<%= environmentGroupType%>')">
<bean:write name="applicationEnvironment" property="environmentGroupInfo.description"/></a>



[BSouther: Removed 'URGENT'] from subject line.
[ January 24, 2008: Message edited by: Ben Souther ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Donna,
Welcome to JavaRanch!

In an effort to help you get the most from our forums, we've compiled a
list of tips for asking questions here. You can find the list in our
FAQ section

here.
In particular please see:
EaseUp to find out how adding 'urgent' to your posts or subject line can slow down or halt responses to your question altogether.

Also, please see
UseRealWords.



Abbreviations such as "u" or "ur" in
place of "you" and "you are" or "you're" confound language translation software making
it hard for our non-English speaking members to read your posts.
'itz' is not a word in the English language.

Again, welcome to JavaRanch and good luck with your question.
-Ben
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since your question is about Javascript, not JSP, I'm going to move this to our HTML/Javascript forum.

Once it gets there, I recommend that you post the results of your JSP's execution instead of the JSP code. You can get that with the "View -> View HTML Source" feature of your browser.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Ben says, show us the generated code by using view source. Look at the server code really does not help us in this situation.

Eric
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should also check if an error gets displayed in the Firefox JavaScript Console. You'll find that under the "Tools --> Error Console" menu. If so, post it as well.
 
He loves you so much! And I'm baking the cake! I'm going to put this tiny ad in the cake:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic