ASP variable & BrowserHawk
Hi,
I've got a problem with passing a variable from one page to another. The special thing about this problem is that the two pages are the same!
Basically what I am doing is the BrowserHawk to record user settings:
Set userBrowser = Server.CreateObject("cyScape.browserObj")
The problem is that the BrowserHawk reloads the page to check for cookies, ect. When this happens the request.serverVariables("HTTP_REFERER") is emptied. So either I must record the data of each user twice or not know where they are coming from. What I would like to do is pass a variable on to the reloaded page that I have already recorded user settings.
First thing, I do not want to use cookies. Nor is the FORM option available because all of this occurs even before <HEAD>. Any ideas?