i am using the button Tag that exist since HTML 4.0, the button Tag is not in form ,because of that i can not click it , is there any solution for this problem?
<form name="myform"> <button id="mybutton" ...></button> </form>
*this button can be clicked
<button id="mybutton" ...></button> or in Table Tag!
*this button can not be found and can not be clicked because it is not in form Tag(normal case as end user can see the button and can click it!)
do you think this will be implemented in future releases?
thank you
Matani
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i am using the button Tag that exist since HTML 4.0, the button Tag is not in form ,because of that i can not click it , is there any solution for this problem?
<form name="myform"> <button id="mybutton" ...></button> </form>
*this button can be clicked
<button id="mybutton" ...></button> or in Table Tag!
*this button can not be found and can not be clicked because it is not in form Tag(normal case as end user can see the button and can click it!)
do you think this will be implemented in future releases?
thank you
Matani