Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-22 Thread Nelson C
Thanks for the code!... But its not exacly what I'm looking for... I want to move from page to bage (And back again) using links and not actually submit the sub-form... Is that even possible without using JavaScript "onFocus" etc?? -Nelson "Nick Clarkson" <[EMAIL PROTECTED]> wrote in message ne

Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Chris Boget
> Does anyone have a more practical/useful way of preserving field > values from page-to-page... or hiding fields as a user clicks on each > tag? You can make it all one very, very large form and use DHTML to show or hide the appropriate fields. Chris -- PHP Database Mailing List (http://ww

Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Mark
possibly use sessions? --- news <[EMAIL PROTECTED]> wrote: > Hi, > > I'm building a form page that has 3 tags for different types of > fields (i.e. > Personal details, location details, other). I want to preserve the > values > of the filled in fields as the user moves from section/tag to > sec

RE: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Clarkson, Nick
Here's an example to get you started - created 2 files as below, 1.html and 2.php The important bit is value=" Nick FILE : 1.html FILE : 2.php Name : Address : -Original Message- From: news [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 11:15 To: [EMAIL PROTEC