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
news:[EMAIL PROTECTED]
>
> 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 PROTECTED]
> Subject: [PHP-DB] Preserving form field values between pages/tags
>
>
> 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 section/tag.
> I've tried making each tag a separate page and use the URL to pass values,
> as well as put it all on one page and hide fields (which became more
trouble
> than it was worth!).
>
> 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?
>
> Thanks,
>
> -Nelson
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> This private and confidential e-mail has been sent to you by Egg.
> The Egg group of companies includes Egg Banking plc
> (registered no. 2999842), Egg Financial Products Ltd (registered
> no. 3319027) and Egg Investments Ltd (registered no. 3403963) which
> carries out investment business on behalf of Egg and is regulated
> by the Financial Services Authority.
> Registered in England and Wales. Registered offices: 1 Waterhouse Square,
> 138-142 Holborn, London EC1N 2NA.
> If you are not the intended recipient of this e-mail and have
> received it in error, please notify the sender by replying with
> 'received in error' as the subject and then delete it from your
> mailbox.
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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
> section/tag.
> I've tried making each tag a separate page and use the URL to pass
> values,
> as well as put it all on one page and hide fields (which became
> more trouble
> than it was worth!).
> 
> 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?
> 
> Thanks,
> 
> -Nelson
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 PROTECTED]
Subject: [PHP-DB] Preserving form field values between pages/tags


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 section/tag.
I've tried making each tag a separate page and use the URL to pass values,
as well as put it all on one page and hide fields (which became more trouble
than it was worth!).

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?

Thanks,

-Nelson



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


This private and confidential e-mail has been sent to you by Egg.
The Egg group of companies includes Egg Banking plc
(registered no. 2999842), Egg Financial Products Ltd (registered
no. 3319027) and Egg Investments Ltd (registered no. 3403963) which
carries out investment business on behalf of Egg and is regulated
by the Financial Services Authority.  
Registered in England and Wales. Registered offices: 1 Waterhouse Square,
138-142 Holborn, London EC1N 2NA.
If you are not the intended recipient of this e-mail and have
received it in error, please notify the sender by replying with
'received in error' as the subject and then delete it from your
mailbox.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-18 Thread news
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 section/tag.
I've tried making each tag a separate page and use the URL to pass values,
as well as put it all on one page and hide fields (which became more trouble
than it was worth!).

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?

Thanks,

-Nelson



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php