Thread
:
Getting the button's value
View Single Post
pradeep
Team Leader
6Feb2008,15:49
In case of a button the value is sent over only if it is clicked, so if you want some value to be posted with your form, use :
Code: HTML
<input
type
=
"hidden"
name
=
"nm"
value
=
"val"
>