if submit ="Send" then
'แล้วแต่จะสั่งให้โปรแกรมทำอะไร
'จบการสั่ง
Response.redirect("test.asp?msg=ok") 'จะใส่ให้กับมาหน้าเดียวกันก็ได้
end if
%>
<%
if request.QueryString("msg") <>"" then
Response.Write("ส่งข้อมูลไปเรียบร้อยแล้ว")
end if
%>
<!----ข้างล่างก็คือ ข้อมูลฟอร์มที่คุณรับและส่ง-------> http://www.smartproxp.com