Soldato
- Joined
- 12 Feb 2006
- Posts
- 17,633
- Location
- Surrey
i want to do an if statement saying that if someone equals this or that then do this, but i can't for the life of me remember the or symbol and can't find it.
can someone help me out and tell me?
also while got this open im writing a script to display a digital clock which updates every second. i got the clock working almost fine except this or problem but the only thing missing is that the clock doesn't update every second. Is there a way to get javascript to repeat every second?
i was thinking of doing like a while loop that has an impossible arguement like while 7 != 9 and every 1 second display time, is this the smart way of doing it?
can someone help me out and tell me?
also while got this open im writing a script to display a digital clock which updates every second. i got the clock working almost fine except this or problem but the only thing missing is that the clock doesn't update every second. Is there a way to get javascript to repeat every second?
i was thinking of doing like a while loop that has an impossible arguement like while 7 != 9 and every 1 second display time, is this the smart way of doing it?