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