HP (Hewlett-Packard) MSM7XX Switch User Manual


 
Public/guest network access
Customizing public access interface Web pages
The page displays all defined subscription plans so that the user can choose one.
The user can click 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.
subscription_details.js
application/javascript
Included by subscription_details.asp. Provides smart updates for Javascript-based
browsers.
subscription_details_ajax.asp
text/html
Included by subscription_details.asp. Provides smart updates for Javascript-based
browsers.
This page is specially designed for AJAX, and provides a JSON page format for use by
subscription_details.js to provide the same content as subscription_details.asp but for
Javascript-enabled browsers. This enables smart refresh of the data; only changed data is
updated, not the entire page, eliminating screen flickering.
subscription_details.asp includes subscription_details.js which calls
subscription_details _ajax.asp. Also, session.asp includes gracefulending.js which
calls subscription_details_ajax.asp.
subscription_details_window.js
application/javascript
Included by session.asp. Contains Javascript functions used to control opening and
closing of the subscription details page.
subscription_error_message.asp
text/html
Error messages and code to display them. Used by: subscribe.asp, account.asp,
payment.asp, review.asp, and purchase_failed.asp.
transport.asp
text/html
This page appears briefly after the login is approved and redirects the user to the local or
external welcome page.
8-27