Thread
:
Need some javascript help
View Single Post
28-09-2004, 14:02
#
6
punky
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
Re: Need some javascript help
Also, if you want to do 2 or 5 or 7, you can do it like this:
if ((var ==2) || (var == 5) || (var == 7))
{
//display window
}
Just for reference, if you want two vars to be certain values, you can use && for and
punky
View Public Profile
Find More Posts by punky