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 / 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


Please Help Members By Posting Answers For Below Questions

What are the differences between echo and print?

1035


Explain what does the function get_magic_quotes_gpc() means?

989


Explain preg_Match and preg_replace?

1057


What type of comments are supported by PHP.

1037


Explain what are the two main string operators?

1003


What kind of variable is age?

1191


What is htaccess in php?

1372


What are the method available in form submitting?

1047


Is php front end or back end?

1000


Why php is used with mysql?

1082


Explain the difference between $message and $$message?

1062


Tell me what does $_env means?

1006


Is facebook still in php?

985


What is pdo classes?

1211


List data types in PHP?

1104