Public/guest network access
Customizing the public access Web pages
14-29
prototype.js
application/javascript
Javascript library used to support AJAX for use in session_ajax.asp and
subscription_details.asp.
public-ip.asp
text/html
Message page that is displayed explaining the steps a user must follow to activate a
public IP address. This page is only displayed if a public IP address is assigned in the
user’s account or account profile. See Public IP address on page 3-10.
purchase_approved.asp
text/html
This page is displayed as soon as payment is approved. The user selects Login on this
page to open welcome.asp.
purchase_failed.asp
text/html
This page is displayed if payment fails.
redirect.asp
text/html
This is the page that is sent when the controller intercepts a connection from a non-
authenticated user. Its function is to redirect the browser to the Login page.
review.asp
text/html
This page is called by payment.asp and applies to Authorize.Net payments only.
It displays a summary of the user’s subscription selections and presents a Pay button.
Selecting Pay completes the Authorize.Net transaction. If the transaction is approved,
purchase_success.asp page is called, otherwise, purchase_failed.asp is called.
session.asp
text/html
This page shows usage statistics for the session, as well as the logout button that the user
selects to terminate the session.
session.js
application/javascript
Included by session.asp. Provides smart updates for Javascript-based browsers.