I want to insert new HTML Input Tag in td for Text.My Leader said me not to use jquery and other plugins so, I think that can be only Javascript.I want to insert new Input tag for all td in table. How can I insert New HTML Input Tag??? Pls Help Me !
<script type="text/javascript">
var btn_name=document.getElementsByName("submitConfirm");
function init()
{
document.getElementsByName("submitConfirm").onClick=function()
{
Edit_td();
}
}
function Edit_td()
{
}
window.onload(init());
That's my prepared code.
only element nameplease specify.initis getting called ?