Hi

I will appreciate if someone PLEASE can help me.

I have a text field like <input type="text" name="YYYY" value="2003"> 
and would like to send the value of YYYY to a servlet 
(data.getParameters().getString("YYYY") ), making use of addPathInfo().

To send the value, I tried something like addPathInfo("YYYY",YYYY.value), I also tried 
calling a javascript something like addPathInfo( "YYYY",getYearValue() )  
None of these work.

How can I manage to send a value from a text field making use of 
addPathInfo() ?

Thank You

L



---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Reply via email to