On Tue, Nov 18, 2003 at 06:00:12PM -0800, b b wrote:
: 
:  No I am saying that if you have:
: <input type .... name = "w1" value = "lkjlkjlj">
: <input type ... name ="w2">
: 
:  and you click submit then if you click back to see
: the form the value you set w2 will be blank. If you
: reverse the order however then you will see what you
: entered in w2

This is a client caching issue and is beyond your control, unless you
want to delve into the depths of JavaScript.

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

Reply via email to