| Dynamic-CD |
|
Overview
• Introduction • Getting started • Dynamic-CD wizard Passwords & Encryption • Overview • Example 1 • Example 2 Scripts • The script language • Script examples • Database scripts Technical details • Applications • Built-in objects • Character Encoding • Cookies • Database CDs • Development tips • FAQs • Future developments • Global.asa • Network support • Object registration • Resources • ScriptingContext • Server-side includes • Sessions • Technical limits |
Passing data between pages The Dynamic-CD server scripts can catch data passed from one page to the next.
A. Data can be passed by using the <FORM> HTML element :
The script file "next1.asp" processes the <FORM> submission and does something useful with the data the user supplied :
B. Data can also be passed in the URL :
The script file "next2.asp" processes the URL request and does something useful with the data attached to the URL :
© Copyright 2000-2007 PHD Computer Consultants Ltd |