+ 2

What is <form action="">

1st Mar 2018, 8:13 AM
Bouziane Cherif Sid Ali
3 Respostas
+ 24
The Action Attribute Contain The Link To Which The Data Will Be Sent By Clicking The Submit Button!!!👍😊✌
3rd Mar 2019, 10:44 AM
KÍœÍĄÉ©nÉąăƒ»ïŸ‘ïœšii đŸ–€
KÍœÍĄÉ©nÉąăƒ»ïŸ‘ïœšii đŸ–€ - avatar
+ 3
The action attribute defines the action to be performed when the form is submitted. Normally, the form data is sent to a web page on the server when the user clicks on the submit button. the form data is sent to a page on the server called "/action_page.php". This page contains a server-side script that handles the form data: <form action="/action_page.java">
1st Mar 2018, 8:35 AM
Amena Foshanji
Amena Foshanji - avatar
+ 2
action attribute sends form content to a server side page like php
1st Mar 2018, 8:27 AM
Arskhuzia
Arskhuzia - avatar