You could try rewriting the HTML of the input box. In the simpliest form: obj.outerHTML = "<input type=text name='myTextBox' size=40>";
確定! 回上一頁