CatchErrors (addrbook.asp) - Solution Sites Routine

This sub redirects the user to the addrform.asp page if the address book is disabled, or to the basket.asp page if the basket is empty.

Definition

Sub CatchErrors(
  byVal iAddrType)

Parameters

  • iAddrType
    An integer constant representing the address type (shipping or billing).

Defined in File

addrbook.asp

Routines Called

GenerateURL

LoadBasket

Called By

Main (addrbook.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.