Forum Moderators: open

Message Too Old, No Replies

How to assign action if value is not equal to?

         

walker

4:00 pm on Mar 11, 2005 (gmt 0)

10+ Year Member



Hi

I know how to assign a an action in javascript when a value is == to something but what is the code to say If not == to a vlaue then...

Walker

CaseyRyan

4:20 pm on Mar 11, 2005 (gmt 0)

10+ Year Member



You would use
!=
to indicate "not equal to"

-=casey=-

walker

5:18 pm on Mar 15, 2005 (gmt 0)

10+ Year Member



THANK YOU VERY MUCH - THAT IS REALLY GOOD TO KNOW!