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 the functionality of the functions strstr() and stristr()?
Why php script is not running in browser?
What is a php web application?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Explain the types of string comparision function in PHP
Do you know how to enable error reporting in php?
What does trim () do in javascript?
How can you make a connection with mysql server using php?
What is variable and data type?
What is "echo" in php?
Can we override magic methods in php?
What is isset and unset in php?
What are php variables?
How to get complete current page url in php?
What are the options to transfer session ids?