what are the differents between 'action' and 'target' in
form tag?
Answer Posted / sujendra kumar
<form action="target"> ... </form>
ACTION attribute. This is a required attribute. This
attribute specifies where the data collected by the form is
to be sent. The destination could be an email address, e.g.,
action="mailto:BillG@lunix.net"; a URL, e.g.,
action="../index.htm"; a CGI script on your web server,
e.g., action="/cgi-sys/formmail.pl"; or an Active Server
page that will process the data, e.g.,
action="mysearch.asp", to name a few possibilities. This is
the one truly complicated issue concerning forms, and will
be addressed below in its own section.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Why constructor is not overridden?
Can you explain, when to use if-else if-else over switch statements?
What are the uses of php language?
What is in a cookie?
Tell us how to create an array of a group of items inside an html form?
How to retrieve values out of an array?
What is the name of the scripting engine that powers PHP?
How many types of array are there in php?
How to write php function in html onclick?
Tell me how to set a page as a home page in a php based site?
Why super () is used in java?
Write a program to show the joining of two strings in php?
What are different types of runtime errors in php?
How big is varchar max?
Is salary a ratio or interval?