|
Include/redirect Goodies
from Win2000
Win 2000 introduces two new ways to deal with
redirects and includes:
server.transfer
which unlike redirect, does not interact with the browser. The server switches
to a different page/site without any browser interaction or headers.
server.execute
which can take a dynamically generated string and execute the code in the asp
script named by the string.
|