M
Matt
The ASP page needs to send XML request string to another ASP page when the
user clicks submit button, I wonder how to get started because when user
click submit button, it will send the form to page2.asp.
<form action="page2.asp" method="POST">
Name: <input type="text" name="fname">
//etc.. controls
<input type="submit">
</form>
user clicks submit button, I wonder how to get started because when user
click submit button, it will send the form to page2.asp.
<form action="page2.asp" method="POST">
Name: <input type="text" name="fname">
//etc.. controls
<input type="submit">
</form>