what are the differents between 'action' and 'target' in
form tag?
Answer Posted / ram
Action:
Action attribute specifies where to send the form-data when
a form is submitted.
Syntax: <form action=”value”);
Example: <form name="email_check" method="post"
action="formValidation.php">
Target:
The target attribute specifies where to open the action URL.
Syntax: <form target="value">
Value:
_blank – open in new window
_self- Open in the same frame as it was clicked
_parent- Open in the parent frameset
_top- Open in the full body of the window
Framename- Open in a named frame
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is api laravel?
How to remove duplicate values from array using php?
Is array a key php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Explain the difference between isset() and empty()?
What is inheritance in php?
Should I use mysqli or pdo?
How to call php function in jquery?
What are variables in research examples?
What does it mean when it says the csrf token is invalid?
What is the current stable version of php? What advance thing in php7?
What is Mcrypt used for?
What is a session in php?
Which is incorrect with respect to separating php code and html?
How do I repair phpmyadmin?