Re: POST Method
- From: "cowofchaos@xxxxxxxxx" <cowofchaos@xxxxxxxxx>
- Date: 29 Apr 2005 04:52:34 -0700
This has worked in the past for me:
<form action="page.php" method="post" name="myForm">
<input type="hidden" name="name" value="Mr NoName" />
<input type="hidden" name="number" value="52" />
<a href="#" onClick="myForm.submit(); return false;">Click Here</a>
</form>
All the form elements are hidden so it looks like your just clicking a
link, but be careful not to put any sensitive or private information
into the hidden fields as people can still see them when viewing the
page's source
Hope it helps
.
- Follow-Ups:
- Re: POST Method
- From: Michael Winter
- Re: POST Method
- References:
- POST Method
- From: FF
- Re: POST Method
- From: Alvaro G Vicario
- POST Method
- Prev by Date: Re: Excluding records from repeat region in PHP
- Next by Date: Re: Include php from html
- Previous by thread: Re: POST Method
- Next by thread: Re: POST Method
- Index(es):
Relevant Pages
|