<script type="text/javascript"> function formfocus() { document.getElementById('element').focus(); } window.onload = formfocus; </script>.
確定! 回上一頁