对象HTMLInputElement在Firefox上显示

时间:2013-05-24 16:00:17

标签: javascript object

的javascript:

var input=document.createElement("input");
input.setAttribute("type","submit");
input.setAttribute("name","toopen:2:1");
input.setAttribute("value","Click here");
input.style.fontSize="20px";
document.getElementsByTagName("form")[0].appendChild(input);

如何解决这个问题?

0 个答案:

没有答案