EasyManuals Logo

HP MSM7XX User Manual

HP MSM7XX
658 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #553 background imageLoading...
Page #553 background image
Working with RADIUS attributes
Public access interface ASP functions and variables
15-91
Other
AssignBillingRecordId()
Use this function to reserve a billing record ID. If this function returns 0, it means that the
payment system has been halted. Any subscription-related activities should not be attempted
until this function returns a non-zero value. See Suspend payment system when log is full of
queued records on page 14-42).
Example
var billingRecordId = AssignBillingRecordId();
if (billingRecordId == 0) {
<p>The service is temporarily unavailable.Please try again later.</p>
}
ConditionalDisplay(condition, state)
This function is used to dynamically control execution of a block of code based on the value
of a logical expression. An effective use for this function is to control blocks of display code,
for certain features for example, that need to be turned on/off depending on user selections.
Parameters
Condition: A logical embedded Javascript expression. If the expression is true, all
content between the Begin and End function calls is executed.
State: Indicates if this function marks the beginning or end of the block of code.
Begin: Marks the beginning of the code block.
End: Marks the end of the code block.
Example
<% ConditionalDisplay(client_state == 1, "begin"); %>
<p> Welcome to the wireless network.</p>
<% ConditionalDisplay(client_state == 1, "end"); %>
GetUserName()
Returns the username for the current user.
GetAuthenticationErrorMessage()
Reserved for use by fail.asp to display error messages for certain specific conditions. Do not
use this function on other pages. Instead, use LoadFormFieldError() or GetSessionVar
with the variable last_login_error.
IncludeAsp(filename)
Pauses ASP processing in the current file and continue with the specified ASP filename.
Example
IncludeAsp("file.asp");

Table of Contents

Other manuals for HP MSM7XX

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HP MSM7XX and is the answer not in the manual?

HP MSM7XX Specifications

General IconGeneral
BrandHP
ModelMSM7XX
CategoryController
LanguageEnglish

Related product manuals