creating button and calling function on its onclick event using javascript
Posted
by Deven
on Stack Overflow
See other posts from Stack Overflow
or by Deven
Published on 2010-03-19T06:06:35Z
Indexed on
2010/03/23
7:43 UTC
Read the original article
Hit count: 155
JavaScript
hello friends sorry for previous question actuly my question is i am having one button called btn[0] which is allready on browser when it is loaded when i click on btn[0] it will create another button element called btn[1] now btn[0]'s click event is disabled and when i click on btn[1] it will also generate another button which called btn[2] when i click on btn[2] it will generate another btn called btn[3] and so on
© Stack Overflow or respective owner