Click to See Complete Forum and Search --> : Url parameters


Natao
10-05-2003, 09:42 PM
Hi to all
how I can send parameters to client side without events,like on close form.
on open form I have one fields with some value and I ned to send it back to client side.
Thank you in advance.
Nat

Jona
10-05-2003, 10:20 PM
If a form is filled out on a Web page, it is client side. If you want to send the data to the client side from the server, just set the value of it to a hidden input field, but you cannot rely on it completely since JavaScript is not always available.

[J]ona