Javascript not working in Firefox

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Mar 2007
Posts: 2
Reputation: alskdjf is an unknown quantity at this point 
Solved Threads: 0
alskdjf alskdjf is offline Offline
Newbie Poster

Javascript not working in Firefox

 
0
  #1
Mar 29th, 2007
I'm having a bit of a problem getting my javascript to run in Firefox (version 2.0). It works fine in IE6.

Here's the HTML:

  1. <td>
  2. Black Eyed Susan
  3. </td>
  4. <td align="center">
  5. <input type="text" name="blackeyedsusan" value="" size="3" maxlength="3" onChange="javascript:calculatecharges();"/>
  6. </td>


And the script:

  1. function calculatecharges() {
  2. var totalPackets =
  3. Number(blackeyedsusan.value) +
  4. ... various other things... ;

When this function executes, I get the following error on the Error Console:

Error: blackeyedsusan is not defined


Any ideas?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 355
Reputation: DanceInstructor is an unknown quantity at this point 
Solved Threads: 14
DanceInstructor's Avatar
DanceInstructor DanceInstructor is offline Offline
Posting Whiz

Re: Javascript not working in Firefox

 
0
  #2
Mar 30th, 2007
I think you need to reference the form name as well so it would be something like this:

Number(document.formName.blackeyedsusan.value) ...
Clear Mind Hosting and Web Design

If I've helped you please consider adding to my reputation.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 2
Reputation: alskdjf is an unknown quantity at this point 
Solved Threads: 0
alskdjf alskdjf is offline Offline
Newbie Poster

Re: Javascript not working in Firefox

 
0
  #3
Mar 30th, 2007
That appears to have fixed the problem. Thanks.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC