Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what is the alternative of hidden variable in input tag

843840Apr 29 2009 — edited Apr 30 2009
Hi All
I m using following html contents (this is only a part of my code)

<TD align=right>
<input type="hidden" value="0" id="counter" name='counter'/>
<input type="button" name="submit" value="AddProject" onclick="addEvent();" />
</TD>

the value of hidden is passed to some javascript not posted here..
Can anyone suggest me the alternative for "hidden" used in the first input tag?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2009
Added on Apr 29 2009
5 comments
1,288 views