Maintaining State Information Between Pages
[Previous] [Main] [Next]

 
Persistent data transfer across multiple pages can be accomplished using a variety of techniques:  
 
  • Using cookies (see htmlCookie)
  • Using hidden fields within forms (see htmlInputHidden and htmlServer::AsHidden() )
  • Encoding data within a URL (see htmlServer::AsURL() )
 
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.