.asp question....
.asp question....
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- dc_again0
how about
if(headerchoice=(1or3or7or, etc)) THEN
? like in javascript you'd do:
of(this==(1||2||3)){
}or use a switch
switch(headerchoice)
case(1)
DO THIS
case(2)
DO THIS
etc...