Hey all,
As you can probably tell, I've had a full day of development (thus all the questions...thanks for your help!)
I have a script I'm working on and I can't seem to find the answer anywhere. Here's a quick run down:
if (THIS CASE EXISTS) {
[SOMEHOW REDIRECT THE BROWSER TO 123.45.6.789]
}
else {
[DO SOME ALERT BOX THING]
}
It's that first half that I'm having the most trouble with. I can't seem to figure out (or find for that matter) what the exact directive is to accomplish this. Any suggestions?
- MT
As you can probably tell, I've had a full day of development (thus all the questions...thanks for your help!)
I have a script I'm working on and I can't seem to find the answer anywhere. Here's a quick run down:
if (THIS CASE EXISTS) {
[SOMEHOW REDIRECT THE BROWSER TO 123.45.6.789]
}
else {
[DO SOME ALERT BOX THING]
}
It's that first half that I'm having the most trouble with. I can't seem to figure out (or find for that matter) what the exact directive is to accomplish this. Any suggestions?
- MT