how can i do a form POST from a regular html file. and call a .net file that ends with .aspx
what would my html file require?
how can i do a form POST from a regular html file. and call
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Then on your aspx code behind, you can get to the form elements with:
Request.Params[“FormElementName”]