Java Script not working in firefox but working in IE
Dona Sujith
Greenhorn
Joined: Jan 24, 2008
Posts: 1
posted
0
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....
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.
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
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.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
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
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
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.