Form form submission no page refresh (non-JS)

Source: Internet
Author: User
Tags php example

Read a piece of code first (php example)

1. Form code (form.php):

<?phpheader ("content-type:text/html; Charset=utf8 ");? ><iframe name= "Testiframename" style= "Display:none;" ></iframe><form target= "Testiframename" method= "post" action= "formaction.php" ><input type= "text" Name= "username"/><input type= "password" name= "password"/><input type= "Submit" value= "Submit"/></form >
2. Action code (formaction.php):
<?phpecho "<script>alert (' Test .... ');</script>";? >
OK, the above code is very simple, but the implementation of the form submission no refresh .... What is this for?

Oh ~ actually very basic things ... Is the attribute problem of the form tag .....



Form form submission no page refresh (non-JS)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.