I have an Active Server Page with embedded Javascript that allows th
user to update certain values dynamically.
e.g. window.document .myForm.myTextb ox.value = "some new value";
However, when the user clicks Submit and the Form is processed on th
server, the Request object doesn't recognize the new values set by th
Javascript code. The values come back as "".
Has anyone seen this behavior? How can it be rectified?
Thanks in advance!
Regards
--
imxu
-----------------------------------------------------------------------
imxuf's Profile: http://www.highdots.com/forums/member.php?userid=18
View this thread: http://www.highdots.com/forums/showthread.php?t=148290
Comment