Is there a way to tell a page to look for information in both a form or a
querystring. Currently I'm check the request.form then if that's empty I
check the request.querystring. Can I do this all in one statement? See
code below for current process.
schitem = Request.Form("schitem")
If schitem = "" then
schitem = Request.Querystring("schitem")
End if
Thank you
Robert
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]