How to pass values from javascript to jsp

Hi,Can anyone help me how to pass values from javascript to jsp.Thanks
[91 byte] By [c_marria] at [2007-9-24]
# 1
Hi,U can pass them as hidden parameters. In your jsp u say <html:hidden name="$name" />for each of the fields in ur jsp.In javascript, u say var a = document.formName.varName.value;Hope this helps!
jaya-shreea at 2007-7-15 > top of java,Enterprise & Remote Computing,Web Tier APIs...
# 2
hi Thanks. But I need to pass values from JavaScript to jsp scriplet. can you help out please.
c_marria at 2007-7-15 > top of java,Enterprise & Remote Computing,Web Tier APIs...