[thelist] ASP variables from user form

Scott Dexter sgd at ti3.com
Wed Aug 22 15:46:13 CDT 2001


> input to SQL. Many of the values required for the database 
> are static (for
> now) so the form is just for the dynamic info.

these static fields are expected to become dynamic (i.e. user
filled-in)?

I'd go with

> 1. On the form page, then pass it to the action page

so as they become dynamic, you change <input type="hidden" ...> to
<input type="text" ...> (adding client-side handlers as needed) and your
backend processing doesn't have to change....

sgd




More information about the thelist mailing list