Set focus to an element. <html> <body> <script language="JavaScript"> function function1() { document.all.myElement.focus(); } function function2() ...
確定! 回上一頁