Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 04-05-2006, 06:17 AM problem with code
Skilled Talker

Posts: 95
Trades: 0
why wont this if statement work?

Code:
 
var pass = true;
 var Err
 var named =Form1.txtNamed.value;
 var unnamed =Form1.txtunNamed.value;
 
 if (unnamed =="NA") && (named =="NA")
 { Err = ("No vehcile was selected\r");  //error message set but not displayrd
  pass = false; //pass is set to false which means the form will not be submitted
  
 }
If i remove either of the conditions, so there is just one it works fine.
So on there own either condition works. Togerther it doenst worK

Does anyone know why?
higginbt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-05-2006, 03:32 PM Re: problem with code
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
(unnamed =="NA" && named =="NA")

To make it into a logic statement
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-06-2006, 05:56 AM Re: problem with code
Skilled Talker

Posts: 95
Trades: 0
THank you very much i knew it would be something simple. Just couldnt get my head in to gear.
higginbt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to problem with code
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37440 seconds with 12 queries