Hi,
Can an custom attribute be added into a input tag, apart from the predefined one
<td ><button type="button" title="title" onclick="myFunc tion()" name="Name" ><span>OK</span></button></td>
my button is as above is there any way that i can include another custom attribute to this.
in advance......
Thanks for your reply
Can an custom attribute be added into a input tag, apart from the predefined one
<td ><button type="button" title="title" onclick="myFunc tion()" name="Name" ><span>OK</span></button></td>
my button is as above is there any way that i can include another custom attribute to this.
in advance......
Thanks for your reply
Comment