473,804 Members | 3,509 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HOWTO: Get Querystring Passed To Referring Page

How can I get the Querystring passed to the Referring Page from its
referrer?

I don't want the querystring coming to my current page. I want the
querystring that came to the referring page, so that I can check for the
existance of a parameter value in that previous querystring.

Nov 19 '05 #1
3 3134
If the Querystring came from your referer page, just do the
Request.Queryst ring["your_var"]
What is the difficulty ? Sorry, could you explain again your doubt ?

All Querystring come from referring pages, just if you in your current page
do a Redirect with ?param=john to its own! understand ?

--
Please, check my theSpoke:
http://www.thespoke.net/MyBlog/dgroh/MyBlog.aspx

"Dan Sikorsky" <Da**********@f ullspectrum.net > escreveu na mensagem
news:OQ******** ********@TK2MSF TNGP10.phx.gbl. ..
How can I get the Querystring passed to the Referring Page from its
referrer?

I don't want the querystring coming to my current page. I want the
querystring that came to the referring page, so that I can check for the
existance of a parameter value in that previous querystring.

Nov 19 '05 #2
Please review what my posting is requesting: I don't want the Querystring
coming to my page; I want the Querystring that came to the referring page.
The referring page's referrer sent a Querystring; that's the one I need.

Origingal request:
"I don't want the querystring coming to my current page. I want the
querystring that came to the referring page, so that I can check for
the
existance of a parameter value in that previous querystring."

"Paperback Writer" <ne*********@gm ail.com> wrote in message
news:uT******** ******@TK2MSFTN GP15.phx.gbl...
If the Querystring came from your referer page, just do the
Request.Queryst ring["your_var"]
What is the difficulty ? Sorry, could you explain again your doubt ?

All Querystring come from referring pages, just if you in your current page do a Redirect with ?param=john to its own! understand ?

--
Please, check my theSpoke:
http://www.thespoke.net/MyBlog/dgroh/MyBlog.aspx

"Dan Sikorsky" <Da**********@f ullspectrum.net > escreveu na mensagem
news:OQ******** ********@TK2MSF TNGP10.phx.gbl. ..
How can I get the Querystring passed to the Referring Page from its
referrer?

I don't want the querystring coming to my current page. I want the
querystring that came to the referring page, so that I can check for the
existance of a parameter value in that previous querystring.


Nov 19 '05 #3
We can't get that value unless the 3rd party page page that refers to the
page that refers to your page has code that you control so you can capture
the value and pass it through to wherever you want Dan -or- if the owner of
the 3rd party page agrees to capture the value and pass it on to others. You
should also be advised that there's more than a half dozen reasons the
HTTP_REFERER server variable will never be populated with any data.

The HTTP_REFERER server variable can only be populated by a click event.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


"Dan Sikorsky" <Da**********@f ullspectrum.net > wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Please review what my posting is requesting: I don't want the Querystring
coming to my page; I want the Querystring that came to the referring page.
The referring page's referrer sent a Querystring; that's the one I need.

Origingal request:
"I don't want the querystring coming to my current page. I want the
querystring that came to the referring page, so that I can check for
the
existance of a parameter value in that previous querystring."

"Paperback Writer" <ne*********@gm ail.com> wrote in message
news:uT******** ******@TK2MSFTN GP15.phx.gbl...
If the Querystring came from your referer page, just do the
Request.Queryst ring["your_var"]
What is the difficulty ? Sorry, could you explain again your doubt ?

All Querystring come from referring pages, just if you in your current

page
do a Redirect with ?param=john to its own! understand ?

--
Please, check my theSpoke:
http://www.thespoke.net/MyBlog/dgroh/MyBlog.aspx

"Dan Sikorsky" <Da**********@f ullspectrum.net > escreveu na mensagem
news:OQ******** ********@TK2MSF TNGP10.phx.gbl. ..
> How can I get the Querystring passed to the Referring Page from its
> referrer?
>
> I don't want the querystring coming to my current page. I want the
> querystring that came to the referring page, so that I can check for
> the
> existance of a parameter value in that previous querystring.
>
>
>



Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2799
by: Deepiceman | last post by:
Hi all, I am new to asp so bear with me. I want to write a page which will load a default page for me with some links and all. lets say someone clicks on the link, which not only points to the same page but also passes a querystring. Looking at the querystring I will then display data from a database. So my question in short is... Is it possible to have a single asp page which can return either a default page where no querystring is...
4
2643
by: Deepster | last post by:
Hi Guys Here is what I am doing ... Have a page default.asp which looks at the url and checks for querystring's. if there are none passed goes to a function. if there are particular querystrings passed goes to the respective function. Now there can be only 2 valid querystrings that can be passed and only one at a time. How to do i check for querystrings that dont exist and send them to error page? for example I have QS(querystring) ID...
1
6752
by: lion | last post by:
my Problem: a query string passed into a html page doesn't display correctly on a mac I am just using html and javascript (no ASP, PHP or server side scripting) This is the query string: popup.html?pImage=30_leilani_dowding_b_060.jpg&ordRef=1000&Title=Leilani&nbsp;Dowding using the QueryString function below, the pImage variable should be
5
1810
by: Arpan | last post by:
An ASP application retrieves records from a SQL Server database. In the first page of the application, the user has to enter a password & the columns retrieved from the DB table depends upon the password. For e.g. if the password entered is say, pwd1, then that user should be displayed the records of Column1 & Column2 only. If the password entered is say, pwd2, then that user should be displayed the records of Column1 & Column3 only. If...
6
1793
by: Joe | last post by:
Hello All: I have a webform (WebForm1.aspx) that retrieves a value from a database (_formSessionId) the first time that it is posted. After the user filles in the form, he/she clicks a Button server control that ultimately redirects him/her to WebForm2.aspx . I need to persist the value of _formSessionId between the initial post and the postback (after the Button control is clicked). I would like to add the value to the QueryString...
4
1663
by: EDOnLine | last post by:
We have a page which, after inserting a record ID to our database via stored proceedure, redirects the user to a URL on a thrid party site which as passed to that page via QueryString. In other words this is an intermediate counting page between the user's click and their arrival at their selected URL. This seems to be working just fine - except when long URLs are passed to the page. In that case we're getting "file not found" errors...
7
9663
by: =?Utf-8?B?QVRT?= | last post by:
HOWTO Make CStr for JavaScript on ASP w/ Request.Form and QueryString In ASP, Request.Form and Request.QueryString return objects that do not support "toString", or any JavaScript string operation on parameters not passed. Example: Make a TST.asp and post to it as TST.asp?STATE=TEST <%@ Language=JavaScript %> <%
4
5966
by: =?Utf-8?B?RVcgTmV3Ymll?= | last post by:
My apologies in advance if there is a better forum for this question. Given the following snippet: <script type="text/c#" runat="server"> protected void Page_Load(Object Sender, EventArgs e) { if ( Request.QueryString.Count 0 ) { if ( Request.QueryString != "" )
2
3194
by: Arch Stanton | last post by:
I have an aspx page with a text box. My user enters text to search for and presses a button; the text is passed via a QueryString to another aspx page and used in a SQL search. The wildcard character is a percent sign. This works great if I place the % at the end of a search string, but I'm getting peculiar errors if I start the search string with the wildcard character. My search string seems to be altered at the front, and I can't...
0
9708
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10589
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7625
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2999
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.