Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to protect special characters in query string?

1016


What are the special characters you need to escape in double-quoted stings?

1130


What is the purpose of a query?

983


Tell me is it possible to remove the html tags from data?

953


What is $_ get in php?

1062


What is difference between html and php?

985


How do you pass a variable by value in php?

1054


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

1041


When sessions ends?

1005


What is the maximum size of a database in mysql?

1054


How do you execute a php script from the command line?

1123


Which database is best for php?

1067


What is a definer in mysql?

1025


Are php sessions cookies?

1010


What is the purpose of the php empty function?

1016