What is <form action=""> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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