Ask a Question related to ASP Components, Design and Development.
-
segis bata #1
HELP! -- previous page in VB and ASP 3.0
Hello all,
I'm writing you because I have a question for you all: how can I capture the
previous page from an ASP file?
I need to add the URL (with parameters if possible) of the previous page to
a table in SQL Server.
For example: the page that captures the info is anydomain.com/asppage.asp
and if the previous page in the browser history is
otherdomain.com/otherpage.asp, I need to be able to capture that information
If possible, of course...
Thanks in advance for your help and prompt response,
SB-R
segis bata Guest
-
Previous and Next --- MSN Home Page
Good Morning. On MSN.com there is cleaver little news box at the top of the page that automatically cycles through their three featured news... -
Navigation on detail page. (Next) - (Previous) Please help!!
I have created a master page that is for my picture gallery I am using the thumbnail as a link to my detail page. On my detail page I am showing... -
Previous page :file name
I have couple of pages directing to the same action page. I need to get the coldfusion file name from where the form action originated. For... -
How to give to a require () fct a value from a previous page ?
This is a very newbe question. I have published on my site a couple of articles. To do so, I created 1 html page for every article. As the layout... -
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
daddywhite #2
Re: HELP! -- previous page in VB and ASP 3.0
On 24 Sep, 20:09, "segis bata" <segisb...@hotmail.com> wrote:
You can use Request.ServerVariables("HTTP_REFERER") to capture what> Hello all,
>
> I'm writing you because I have a question for you all: how can I capture the
> previous page from an ASP file?
>
> I need to add the URL (with parameters if possible) of the previous page to
> a table in SQL Server.
>
> For example: the page that captures the info is anydomain.com/asppage.asp
> and if the previous page in the browser history is
> otherdomain.com/otherpage.asp, I need to be able to capture that information
>
> If possible, of course...
>
> Thanks in advance for your help and prompt response,
> SB-R
page sent you to the current page.
is this what you need?
regards
dave
daddywhite Guest
-
McKirahan #3
Re: HELP! -- previous page in VB and ASP 3.0
"daddywhite" <davidwhiteford@hotmail.com> wrote in message
news:1190662624.566440.57040@g4g2000hsf.googlegrou ps.com...the> On 24 Sep, 20:09, "segis bata" <segisb...@hotmail.com> wrote:> > Hello all,
> >
> > I'm writing you because I have a question for you all: how can I captureto> > previous page from an ASP file?
> >
> > I need to add the URL (with parameters if possible) of the previous pageanydomain.com/asppage.asp> > a table in SQL Server.
> >
> > For example: the page that captures the info isinformation> > and if the previous page in the browser history is
> > otherdomain.com/otherpage.asp, I need to be able to capture thatBe aware that some software blocks it.>> >
> > If possible, of course...
> >
> > Thanks in advance for your help and prompt response,
> > SB-R
> You can use Request.ServerVariables("HTTP_REFERER") to capture what
> page sent you to the current page.
[url]http://karmak.org/2004/reftest/fix[/url]
McKirahan Guest
-
segis bata #4
Re: HELP! -- previous page in VB and ASP 3.0
Hello Dave,
That variable doesn't return any values
BTW, I'm using Win2003 SP1 IIS 6.0
"daddywhite" <davidwhiteford@hotmail.com> wrote in message
news:1190662624.566440.57040@g4g2000hsf.googlegrou ps.com...> On 24 Sep, 20:09, "segis bata" <segisb...@hotmail.com> wrote:>>> Hello all,
>>
>> I'm writing you because I have a question for you all: how can I capture
>> the
>> previous page from an ASP file?
>>
>> I need to add the URL (with parameters if possible) of the previous page
>> to
>> a table in SQL Server.
>>
>> For example: the page that captures the info is anydomain.com/asppage.asp
>> and if the previous page in the browser history is
>> otherdomain.com/otherpage.asp, I need to be able to capture that
>> information
>>
>> If possible, of course...
>>
>> Thanks in advance for your help and prompt response,
>> SB-R
> You can use Request.ServerVariables("HTTP_REFERER") to capture what
> page sent you to the current page.
>
> is this what you need?
>
> regards
> dave
>
segis bata Guest
-
Daniel Crichton #5
Re: HELP! -- previous page in VB and ASP 3.0
It will contain data if the browser sends it - this is done is the browser
follows a link to your page so long as intervening software doesn't strip it
out. If someone just types your page URL into their browser then you can't
obtain the value of the previous URL (at least as far as I know, although it
may be possible with some client side scripting but would require user
intervention, if it was automatic then it'd be a security risk to the
browser.
Dan
segis wrote on Mon, 24 Sep 2007 17:23:07 -0400:
> Hello Dave,> That variable doesn't return any values> BTW, I'm using Win2003 SP1 IIS 6.0> "daddywhite" <davidwhiteford@hotmail.com> wrote in message news:1190662624.566440.57040@g4g2000hsf.googlegrou ps.com...>> On 24 Sep, 20:09, "segis bata" <segisb...@hotmail.com> wrote:>>> Hello all,>>> I'm writing you because I have a question for you all: how can I
>>> capture the previous page from an ASP file?>>> I need to add the URL (with parameters if possible) of the previous
>>> page to a table in SQL Server.>>> For example: the page that captures the info is
>>> anydomain.com/asppage.asp and if the previous page in the browser
>>> history is otherdomain.com/otherpage.asp, I need to be able to
>>> capture that information>>> If possible, of course...>>> Thanks in advance for your help and prompt response,
>>> SB-R>> You can use Request.ServerVariables("HTTP_REFERER") to capture what
>> page sent you to the current page.>> is this what you need?>> regards dave
Daniel Crichton Guest



Reply With Quote

