的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);
如何解决这个问题?