(2) Include framework and post-include setup
•
•'---------include framework procedure library and send initial html------------
•
•%><!-- #include file="appdsn.asp" --><!-- #include file="fw.asp" --><%
•
•cOrganizationName=Bold("Sign up for LA-FOX April 28, 2001 Visual FoxPro Boot Camp")
•'reduce session timeouts
•
•Server.ScriptTimeout=120 'default is 90 seconds; change to 120
•Session.Timeout=5 'normally 20 minutes - decrease to 5 minutes
•'change colors, add any begin page code, and set bBody=TRUE if <body> command issued
•cTopBackgroundColor="" '"'#99CFFF'“
•cLoginMessage=Bold("Application System for "+cOrganizationName)
•bLoginRequired=TRUE
•'bShowOptions=FALSE
•