📜  HTML form action属性

📅  最后修改于: 2020-11-03 09:50:58             🧑  作者: Mango

HTML form action

该form action是

指定第二个网页的网址的元素。提交表单后,第二页从第一页接收表单数据。

句法

 .............. 

此属性指定网页的URL作为其值,以接收用户填写的表单信息。





Example of HTML form action





Student Registeration Form


Male Female Other
After click on the submit button, the values of form are sent to the jp.php page with the help of a server. If you want to learn the process of a server, then click on this url: https://www.javatpoint.com/php-form

此示例在单击注册按钮后,借助服务器将填充的值发送到jp.php页面。如果您想学习服务器的过程,请单击以下URL:https://www.javatpoint.com/php-form

浏览器支持

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes