I noticed that when I keep the ENTER and then click on the submit button it works and the result is:
Request Method =POST
LOGIN = mylogin
But without keeping the ENTER down the result is:
Request Method =GET
LOGIN =
I think there should be something wrong with the cache in IIS.
Help please!!!!!!!!
I noticed that when I keep the ENTER and then click on the submit button it works and the result is:
Request Method =POST
LOGIN = mylogin
But without keeping the ENTER down the result is:
Request Method =GET
LOGIN =
I think there should be something wrong with the cache in IIS.
Help please!!!!!!!!
Levi, Thanks for responding. 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...
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...
FengShui1998 Thanks again. This is what I found under configuration for .asp file:
Exacutable C:\WINDOWS\System32\inetsrv\asp.dll
Extention .asp
verbs
limit to: GET,HEAD,POST,TRACE
Hi HellTel
When I use the POST method address bar does not show the parameter and bahaves like POST. Something new that I saw in the log file is following :
21:19:24 127.0.0.1 GET /post.htm 206
21:19:27 127.0.0.1 POST /results2.asp 200
21:19:27 127.0.0.1 GET /results2.asp 200
It seems the server...
FengShui1998 Thank you for response.
My html file is:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>Title</TITLE>
</HEAD>
<BODY>
<form name="frm" id="frm" action="results2.asp" method="post">...
FengShui1998
Thank you for your response.I know that I should use
request.querystring("myvariable") and
request.form("myvariable") with GET and POST respectivly.
The problem is I can't get the POST method to work and my server does non recognize my form with post method...
Thanks MrGreed for responding. I tried it but didn't work.
The problem is Why server returns the server variable request_method as GET while I am using the POST method.
I tried:
Dim Method
Method = Request.ServerVariables("request_method")
Response.Write ("Request Method ="...
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"...
Hey disord3r
I am sorry that I didn't explain it before, however you are wright and when I use GET method, I get the results by REQUEST.QUERYSTRING. Anyway, my POST method is not working yet.
Any suggestion?
All the best
naserg
Hi onpnt
I took out the default value of "" from the input field but by didn't help. By the way, when I try to get the SERVER VARIABLES it always returns REQUEST_METHOD=GET. even when I use POST or HEAD in my form. If you have any other suggestion please let me know.
Submitting the...
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.