Oops,
Never mind, I found the problem.

> I have succesfully done what you are describing in a project. If the old
> value is submitted then the new value is not correctly set/changed. Do
> alert(document.myform.myfield.value); after you change the value to check
if
> it was really changed.
>
> Regards, Torsten
>
> >"Php" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >Hi,
> >I was sure this was possible.
> >
> >If I change a value of a form field with javascript ie:
> >document.myform.myfield.value = "New Value";
> >
> >then submit that form, it submits the old value, not the new value to my
> php code.
> >
> >Is this even possible to do?
> >
> >Thanks
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Reply via email to