Public/guest network access
Customizing the public access Web pages
14-30
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.
subscription_details.js
application/javascript
Included by subscription_details.asp. Provides smart updates for Javascript-based
browsers.