|
In a particular app, an object is instantiated as from a frameset form1 pops up for collecting data that user enters to fill in some of the object's properties. Upon clicking a button, form 2 pops up for user to enter more data and fill in more properties of the object. This scenario continues with additional forms in a common frameset... At the end, after going thru several forms as described above, the app will use the object's properties to add, update or delete data in a database. How can such a global object be declared and implemented to be shared across forms? Thanks much. |