Hi
I have an HTML page with a form using POST method.
My result page is an ASP page. When I check results it seems the post method is not working and the method in use is GET. I checked the log file and it shows that the ASP page is running twice first with POST and next with GET method.What is...
I have problems with method POST when I use IIS 5.1 + IE 6.x on Windows XP professional.
When I use method GET that's OK.
For example:
Page HTML:
<form name="frm" action="results.asp" method="post">
<P>Login: <input type="text"...
I have problems with method POST when I use IIS 5.1 + IE 6.x.
When I use method GET that's OK.
For example:
Page HTML:
<form name="frm" action="results.asp" method="post">
<P>Login: <input type="text" name="login" size="15"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.