Posting Values using JavaScript
Saturday December 13, 2008
While you need a server side language to read posted values, you can use JavaScript to write them.
You are probably aware that you can use either "get" or "post" when sending values from a form to the next page. You almost certainly know that you can place variables in the query string without needing a form (the form-less equivalent of "get"). Did you know though that you can easily convert any querystring reference in the links in your page so that they "post" the values instead just by using a simple JavaScript? Well you can.
Posting Values using JavaScript


Hello, I want to say hi everyone.
test
New here. Wanted to say hello.
Thanks,
Andrew McFaul
Andy McFaul