Tag Archives: Value Pairs

Sumbit on forms need help

Hi Ive put a strong enquiry form in to my site under my contact page but my business is usure of the code make use of to actually help to make the sumbit button Submit i’d a good tutorial in some recoverable format but cant get it anywhere may anyone suggest a fantastic tutorial for me personally Cheers make your form directed at the page: Code: < form action=" processing_page. asp" method=" post" > < feedback type=" text" name=" input1" /> < feedback type=" submit" value=" Click here to submit" /> < /form> Cheers What will this particular acutally do is it possible to run through that code in laymans conditions i wanna learn not simply paste it inside. Sorry to look so clueless Cheers It could send a " post" request into the " action" site (processing_page. asp), that’ll send the name/value pairs in the inputs via HTTP headers returning to the server intended for processing. Then, you are able to retrieve those name/value pairs to the server with server-side scripting (ASP, PHP, CGI, and so on. ). Basically, people query the HTTP headers for values to anticipated post parameters. Within the example above, there is certainly an input … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment

What’s wrong with my form?

Get just uploaded an innovative version of a well used website and there are two or three bugs, the most vexing of which is always that the form on contactus page isn’t working. what apprears when seeking to use the form is this: The requested method POST isn’t allowed for the URL /contactus. html. Apache/1. THREE OR MORE. 42 Ben-SSL/1. 60 Server at humanecology. com. au Vent 80" Ever care to verify the makup by simply viewing source for this page: http: //www. humanecology. com. au/contactus. html Much appreciation when you can help. Will try to put a capture from the markup here… I’m not sure where the screenie is from nevertheless the form at your link has not any action attribute. It’s seeking to post back to the page it’s on, which is. html, which is giving you the error. endeavor to use other system like: method=" get" method=" post" This method appends the form-data on the URL in name/value pairs This method will be useful for variety submissions where a user prefer to bookmark the result There is really a limit to the amount data you can place within a URL (varies involving browsers), therefore, you cannot guantee … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment