Hyperlink POST using Javascript

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2006
Posts: 1
Reputation: alphabravo is an unknown quantity at this point 
Solved Threads: 0
alphabravo alphabravo is offline Offline
Newbie Poster

Hyperlink POST using Javascript

 
0
  #1
May 7th, 2006
I am trying to write a page that uses Javascript to post a variable to another page so that it does not appear in the address bar.

There are pages out there that almost do what I would like them to do, but are confusing... part of the reason for this is that I am new to Javascript.

The Problem:

I currently have a page named "Document List" that has a list of hyperlinks as follows:

<a href="showdata.cfm?variable=1">Show Document 1</a>
<a href="showdata.cfm?variable=2">Show Document 2</a>
<a href="showdata.cfm?variable=3">Show Document 3</a>
<a href="showdata.cfm?variable=4">Show Document 4</a>

I have read a post to these forums at http://www.daniweb.com/techtalkforums/thread32396.html, but it does not quite do what I am looking for because the "variable" value does not seem to be POSTED to the new page.

So the end game here is to replace these hyperlinks with some mechanism (Forms or otherwise) to avoid the situation that a user replaces the "variable" value in the address bar. Javascript seems to be able to do it, but I cannot seem to get the thing to work.

Are you able to assist?

Thank you in advance
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Hyperlink POST using Javascript

 
0
  #2
May 8th, 2006
The only way to do a POST is to submit a form. JavaScript can do that, with the Form.Submit() method. JavaScript can also be used to set the values of the form elements to be posted.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



Tag cloud for JavaScript / DHTML / AJAX
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC