Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Server Object Execute Method

Server.Execute(path)
Parameters: ASP Server Object Execute Method

Server.Execute takes a single parameter, which is the path to another .asp page.

path

A string that specifies the location of the .asp file to execute. The parameter is either an absolute or relative path. If the path is absolute, path must map to an ASP script in the same application as the calling .asp file. The path parameter can be a string variable name that is set at run-time.



ContentsPreviousNextIndex