<html> <head> <script> function formSubmit() { document.getElementById("frm1").submit(); } </script> </head> <body> <form id="frm1" ...
確定! 回上一頁