RSS Forums RSS
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2623 | Replies: 2
Reply
Join Date: Mar 2007
Posts: 2
Reputation: alskdjf is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
alskdjf alskdjf is offline Offline
Newbie Poster

Javascript not working in Firefox

  #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?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2005
Posts: 354
Reputation: DanceInstructor is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 12
DanceInstructor's Avatar
DanceInstructor DanceInstructor is offline Offline
Posting Whiz

Re: Javascript not working in Firefox

  #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  
Join Date: Mar 2007
Posts: 2
Reputation: alskdjf is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
alskdjf alskdjf is offline Offline
Newbie Poster

Re: Javascript not working in Firefox

  #3  
Mar 30th, 2007
That appears to have fixed the problem. Thanks.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 10:13 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC