<%@ Language = JScript %> Server.Execute Sample This is Server.Execute sample file #1

Server.Execute sample file #1 is starting...

<% //Executing ServerExecute2_Jscript.asp. Note //that with Server.Execute, execution flow //returns to the calling page Server.Execute ("ServerExecute2_Jscript.asp") %>

...Server.Execute sample file #1 is ending