I used to just use this: <html> <head> <script type="text/javascript"> function focusFieldOne() { document.FormName.FieldName.focus(); } </script> </head> ...
確定! 回上一頁