%@ Language = JScript %>
Server.Transfer sample file #1 is starting...
<% //Executing ServerTransfer2_VBscript.asp. Note //that with Server.Transfer, execution flow does //NOT return to the calling page (i.e., it is //transferred to the called page and any HTML //and/or script after the Server.Transfer //statement is ignored) Server.Transfer ("ServerTransfer2_Jscript.asp") %>
...Server.Transfer sample file #1 is ending