HP (Hewlett-Packard) MSM7XX Switch User Manual


 
Working with public access attributes
Public access interface ASP functions and variables
Before submitting this form you should clear any variable which may still be present in the
session store as follows:
ClearSessionVar(subscription_plan)
ClearSessionVar(payment_method)
ClearSessionVar(password)
ClearSessionVar(card_number)
ClearSessionVar(card_expiration)
ClearSessionVar(cart_id)
Fields
cancel: Redirects the user to cancel_url.
cancel_url: URL to which the user is redirected when the cancel field is specified.
card_expiration: Credit Card expiration in the format mm/yy.
card_number: Credit Card number.
confirm_password: Password of the user account.
error_url: URL to which the user is redirected if an error occurs.
password: Password of the user account.
pay: Include this field (with any value) to execute a payment.
payment_method: Payment method must be CreditCard.
subscription_plan: Name of the subscription plan.
success_url: URL to which the user is redirected if no error occurs.
username: Username of the user account.
valid_fields: Specify the names of the fields that should be validated. Separate field
names with a space. For example: valid_fields “username password confirm_password”.
To create an account
Supply to following fields to create a new user account, or to reset an existing account:
payment_method
subscription_plan
username
password
confirm_password
valid_fields (listing all supplied fields) For example:
valid_fields “payment_method subscription_plan username password
confirm_password”
9-72