Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check values of window.history
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00257245
Message ID:
00257490
Views:
22
>We are using location.href but we were hoping we would not need to use session variables or have to pass another variable. That way the info is self contained and not reliant on what the other pages do. It sounds like this will not be possible.

You can also use a form and set the forms action property dynamically in your button click event:

document.formname.action = "pag2.asp"
document.formname.submit

Once you post the form to pag2.asp, the http_referer will be available.
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform