Tag Archives: Page Asp

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

The login form, where should it go?

After i create a website, I always place my loginform about the same spot with every page. Extra accurately, I always (or at least, whenever possible) put it about the same spot, where I show user information when the user is logged around. But I also see websites that just have a very separate login page, which seams less accessible to my opinion. But does this make sense to possess a separate login page and a login form somewhere inside page structure MY SPOUSE AND I see facebook working, but to us, it doesn’t actually make sense. what on earth do you guys think That depends on the website and whether or only one form is usually included on the page. ASP. web, for example, doesn’t allow in this directly (there is how to have two or maybe more forms, but it truly is tricky). It really comes right down to " what performs for you". that may be strange. I need ideas of anything about asp, but doesn’t the item just print out html much like php ASP, sure. ASP. net grips things differently. Each form may be known as a control, not a bit of HTML code, and … Continue reading

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