Re: put value to an html:hidden field from a java script function

2006-09-21 Thread Puneet Lakhina
On 9/21/06, Heidy Gutiérrez Guzmán <[EMAIL PROTECTED]> wrote: Hi I need to put value to an input hidden field, from a java script function. I call the java script function from an onclick event of html:submit field I have debuged that process and input hidden field does'nt take value. Always ha

put value to an html:hidden field from a java script function

2006-09-21 Thread Heidy Gutiérrez Guzmán
Hi I need to put value to an input hidden field, from a java script function. I call the java script function from an onclick event of html:submit field I have debuged that process and input hidden field does'nt take value. Always have the default value. This is my way to do this ***This i