invitro
Jul 16th, 2003, 07:19 AM
I'm using old ASP w\Jscript, not .NET.
How can I check if a variable passed through
var myVar = Response.QueryString('test');
is not empty.
I tried TRY and CATCH but those did not work. I also tried using typeof like someone suggested in another thread but that did not work at all.
Any suggestions?
Thanks alot
How can I check if a variable passed through
var myVar = Response.QueryString('test');
is not empty.
I tried TRY and CATCH but those did not work. I also tried using typeof like someone suggested in another thread but that did not work at all.
Any suggestions?
Thanks alot