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 are the advantages of object-oriented programming in php?
Is python better than php?
What are escaping characters? Explain with an example?
How to process the uploaded files?
How to get complete current page url in php?
How do you trim spaces in excel?
Explain the types of string comparision function in PHP
What does $globals mean?
What is the use of get and post method in php?
What is the correct php command to use to catch any error messages within the code?
What is the difference between characters and #?
What is meant by urlencode and urldecode?
Tell me what kind of things have you done on the social side?
When to use self over $this?
Is php faster than python?