Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Submit an html form
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

Submit an html form

Submit an html form 1 year, 3 months ago #499

  • manav
  • OFFLINE
  • Senior Boarder
  • Posts: 51
  • Karma: 0
How can i submit an html form whose method is post using a text link?

Thanks

Re: Submit an html form 1 year, 3 months ago #506

  • manjeet
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
  • Karma: 0
Create a link for POST form in html.

the only way to submit a form directly from a link is with the GET method. The POST method will allow form submission only from the form itself.

However, it is relatively simple to create a link to a web page with a form using a POST method where the page has a javascript function to submit the form that executes upon page load. You would first need to send the parameters in the GET fashion and then use those values to populate the form input statements.
  • Page:
  • 1
Time to create page: 1.14 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download