MSM7xx Controllers Configuration Guide v6.4.0

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 users 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.
session_ajax.asp
text/html
This page is specially designed for AJAX, and provides a JSON page format for use by
session.js to provide the same content as session.asp but for Javascript-enabled
browsers. This enables smart refresh of the session data; only changed data is updated,
not the entire page, eliminating screen flickering.
Session.asp includes session.js which calls session_ajax.asp.
sessionwindow.js
application/javascript
Contains Javascript functions used to control opening and closing of the session page.
setfocus.js
application/javascript
Contains Javascript functions used to set the focus to the first form on a page.
style.css
text/css
Stylesheet for all public access interface Web pages.
subscribe.asp
text/html
This page is called by index.asp and session.asp if Allow subscription plan purchases
is enabled on the Controller >> Public access > Web content page under Site options.
The page displays all defined subscription plans so that the user can choose one.
The user can select Next to proceed to account.asp, or Cancel in which case they are
redirected to index.asp.
subscription_details.asp
text/html
This page is called by session.asp. it provides information on the subscription plan
selected by a user, as well as running totals for data transfer and online time.
Customizing the public access Web pages 417