Use the following code fragment to hide the form on button click. document.getElementById("your form id").style.display="none"; And the following code to ...
確定! 回上一頁