Getting Client Side Vars

  • Thread starter Thread starter Mick Walker
  • Start date Start date
M

Mick Walker

Hi Everyone,

I have never really delt with client side javascript much, but now it
seems that I must.
I am just wondering if anyone has any links which would guide me through
returning a client side value to the server, either by POST or some
other method.

Thanks
Mick
 
I have never really delt with client side javascript much, but now it
seems that I must.
I am just wondering if anyone has any links which would guide me through
returning a client side value to the server, either by POST or some other
method.

If you populate a hidden form field with the value you need, it will be
returned to the server along with the rest of the form fields...
 
Back
Top