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

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

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

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