HP (Hewlett-Packard) MSM7XX Switch User Manual


 
Public/guest network access
Customizing public access interface Web pages
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.
Clicking 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
clicks 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 Service Controller >> Public access > Web content
page under Site options.
8-26