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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing name-value pairs

Status
Not open for further replies.

AlpineKJB

Programmer
Dec 15, 2000
17
US
I want to get a name-value from one asp page to another. It must be transparently (ie, cannot be visible in the URL).

That rules out querystrings.

I can't use session variables as cookies are disabled.

I do not want to use a database or flatfile.

I do not want to add a HTML form tag to the page.

I would like to do something like AddFormHeader (create a 'virtual' form). Can anyone suggest a way to address my situation?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top