Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters

Status
Not open for further replies.

Figzus

Programmer
Mar 21, 2005
36
0
0
US
So I have this page where I click on one topic and it loads the next page with all of the other topics available to the topic that was clicked on the previous page. I have my URL looking like this:


I want to keep that URL the same but pass the ID of Fishing over to the next page so I can reference that when I need to. How do I do that without messing up the URL?

Here is the code how I am getting my URL to look like:

Search=rsMOWebIndex("ndeNodeName")

<%Response.Write "<a href=""MDCLibrary2.asp?Search="&Search&""">"&Search&"</a>"
 
You can set a cookie on the client machine for the id. Check out document.cookie.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top