Type: Posts; User: kranthi123
Hi i have the following requirement xxx.jsp <form name="f1" id="f1" method="post" action="<%= Do some action%>"> <input name="b1" class="submit" type="button" value="b1"...
Hi all, I have a requirement, where i want store the counter varibale and reuse the same in my code(java). i have one Button, and i want to know how many times it was clicked, based on that i...
Hi tirna, i have simalr requirement to implement, could you please share the code for same. i have one button and i want know how many times it was clicked and store it session and it can be used...