Using CGIDEV2 Examples
Web Resources Partner Scott Klement /#RPGWEB Scott Klement Antoon Van Os marymount.fr/pdffiles/ %20WebProgramming%20ILERPG %20ppt%20(2).pdfhttp:// marymount.fr/pdffiles/ %20WebProgramming%20ILERPG %20ppt%20(2).pdf
Templates
Tags in CGIDEV2 /$ /%myfield%/
Hidden fields Pros Easy way to determine state. Can edit the source of the web page to see the values Cons Can edit the source of the web page to see the values. (Spoofing potential)
Cookies Can be temporary for just the session Can store on the user’s PC Cam contain a session ID Can be encrypted. Good way to maintain basic signon information about the user. Can be used in conjunction with data and hidden fields Examples given in the CGIDEV2 source