Method="post"

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
hoppy
-


Joined: 12 Jun 2006
Posts: 22
Location: wigan

PostPosted: Fri Dec 29, 2006 1:54 am    Post subject: Method="post" Reply with quote

does abyssx1 not allow you to use it and is there away to add it

i keep getting error405 method not allowed

and i have declared the asp recieving page in the asp parameters
Back to top View user's profile Send private message Send e-mail MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Fri Dec 29, 2006 2:04 am    Post subject: Reply with quote

405 means you are trying to send to a static page, eg a html file or a file without a specified interpreter. Check your settings are correct if you are definately sending to an asp file.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
hoppy
-


Joined: 12 Jun 2006
Posts: 22
Location: wigan

PostPosted: Fri Dec 29, 2006 2:33 am    Post subject: Reply with quote

just tried it with a simple form got the same message. but with method="get" its displaying the name in the url bar were its supposed to be on the asp page. heres the codes i just used incase it helps.

form_response.html
<html>
<head><title>form</title></head>
<body>
<form method="get" action="form_response.asp">
name: <input type="text" name="name" size="15"><BR>
email: <input type="password" name="email" size="15"><BR>
<input type="Submit" value="Submit">
</form>
</body>
</html>

form_response.asp
<html>
<head><title>responce</title></head>
<body>
Your name is <% =Request.Form("name") %> <BR>
Your email is <% =Request.Form("email") %>
</body>
</html>
Back to top View user's profile Send private message Send e-mail MSN Messenger
hoppy
-


Joined: 12 Jun 2006
Posts: 22
Location: wigan

PostPosted: Fri Dec 29, 2006 2:54 am    Post subject: Reply with quote

sorry ive sorted thanks anyway
Back to top View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group