Establishes references to other ASP pages from your ASP page. You can then call that page object's methods and access its user-defined properties from script.
For more information on referencing ASP page objects, see Referencing Other Pages.
Name
Enter the name of the ASP page object you want to reference.
You can click the button to the right of the Name box to browse for the page object you want. The Edit URL dialog box appears, where you can locate the .asp file containing the page object. When you select a file in this dialog box, both Name and File are set on this tab.
Client
Choose this box if you want the ASP page object's properties and methods available to client script on this page.
Server
Choose this box if you want the ASP page object's properties and methods available to server script on this page.
Filename
Click the button to the right of the Name box to browse for the page object you want. The Edit URL dialog box appears, where you can locate the .asp file containing the page object. When you select a file in this dialog box, both Name and File are set on this tab.