Javascript? If field1 = 1 and field2 =1 then result = 3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IMacQuarker
    New Member
    • Aug 2010
    • 2

    Javascript? If field1 = 1 and field2 =1 then result = 3

    How do I write a javascript to accomplish this?
    If field1 >= 1 and field2 >= 1
    then result = 3
    else nothing.
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    This may help you.

    Regards
    Dheeraj Joshi
    Last edited by Frinavale; Aug 31 '10, 02:11 PM. Reason: Thread was moved: I removed the reference to the thread being posted in the wrong forum. Please report any threads misplaced.

    Comment

    Working...