NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 31, 2014, 08:21:45 AM

Title: NT 8.05 How to know the referrer
Post by: Alberto on March 31, 2014, 08:21:45 AM
How can I know which page is calling the actual proc?
I know this is not the parent.
Supouse I have a Browse and I want it to behave or filter or whatever depending on if I am calling it from the menu, froma form, etc.
How can I do ti?
Title: Re: NT 8.05 How to know the referrer
Post by: debzidoodle on March 31, 2014, 03:37:23 PM
Maybe what you are looking for is p_web.GetSessionReferer()
Title: Re: NT 8.05 How to know the referrer
Post by: Alberto on April 01, 2014, 05:46:18 AM
I´m trying with this but it is allways balnk.

What I need is inside a proc, a browse or a form to know which other proc called it.

Thanks