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:
00257531
Views:
26
>>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.

We'll look into that. Thanks for the info.
Previous
Reply
Map
View

Click here to load this message in the networking platform