what is the alternative of hidden variable in input tag
843840Apr 29 2009 — edited Apr 30 2009Hi 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?