Re: Link Between pages NOT using the GET method
- From: "George Ter-Saakov" <gt-nsp@xxxxxxxxxxx>
- Date: Wed, 1 Nov 2006 16:33:15 -0500
You can do it using POST with some javascript involved.
1. Make empty form
<form myname="myform">
<input type=hidden name=parameter value=1>
</form>
2. Your link should look like
<a href="javascript:document.myform.submit();">this is a link to submit
form</a>
George.
"Samuel Shulman" <samuel.shulman@xxxxxxxxxxxx> wrote in message
news:%23kk7yuf$GHA.4592@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I need to add a link from one page to another and send a parameter NOT
using the Get
What would be normally the way to do that? Can I use the post method and
how?
Thank you,
Samuel
.
- References:
- Link Between pages NOT using the GET method
- From: Samuel Shulman
- Link Between pages NOT using the GET method
- Prev by Date: Re: Using a div with scroll bars - can we get the scroll bars on the left instead of the right side?
- Next by Date: 2.0 Noob needs help with sitemap
- Previous by thread: Re: Link Between pages NOT using the GET method
- Next by thread: Re: Link Between pages NOT using the GET method
- Index(es):