PHP Web Developer
Web Development Information [PHP, DRUPAL, MYSQL, MAGENTO, JQUERY, JAVASCRIPT, CSS, HTML5]
Wednesday, March 28, 2012
Pass the form values from one domain to another domain with POST values.
yes. we can pass the form values from one domain to another domain with using POST method. We have to add
action
attribute in <form> tag.
<
form method="POST" action="http://www.anotherdomain.com" target="_parent"
>
<
/form
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment