Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting the parameters from the address bar 1

Status
Not open for further replies.

JohannIcon

Programmer
Sep 3, 2002
440
MT
Dear All,

My problem is that I am passing 2 dynamic parameters from one asp page called PagesInfo.asp, which contains all the text and images info of my site, and then, I wish to print these seperate pages. So when I click the Print Image button, I want to search into the database for those particular params and display the info on the screen. I managed to display these params as this :-


Now how can I get these varaibles from the address string to the asp page itself?

I hope I made myself clear

Thanks for your help
 
<%
Dim Section, Sub

Section = Request.QueryString(&quot;section&quot;)
Sub = Request.QueryString(&quot;sub&quot;)

%>
Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top