|
|
|
CodeAve.com -
ASP -
Response Objects
|
|
|
CodeAve.com/ASP - Response Objects
|
Search Many Sites from One Location
The ability to search many websites from one location is a great tool that compliments any web site. By passing user input for the search terms in combination with the search location from some of the more popular search engines and utilizing response.re (more)
Response.End
Response.end completely stops a scripts execution. This can be useful when testing code and a redirect or then or case statement has not been complete. This example lists the numbers zero through nine, but with the response.end after number six the scri (more)
Response Redirect (Hard Coded Location)
Response.Redirect will send a user from their current location to the one specified between
quotes. This is a useful item if you're moving your site from one location
to another to automatically send your requests from the old to the new location. (more)
Response Redirect (Variable)
Response.Redirect allows for more than the
simple re-direction to a single location. The url that the user is redirected to
can be based on a variable. This is particularly useful when redirecting a
user due to incorr (more)
|
|
|
|
|