Client Variable Specifies Parget Page


.ASP file

'See if the user specified an alternate page to display the results. This
'is for developers only.
if (Request("r") = "") then
	strResults = "searchresults.asp"
else
	strResults = Request("r")
end if


Navigational Aids
Back


This page is maintained by Foofus.
Send comments or questions to foofus@foofus.net.