Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: passing a page a variable and an anchor link


Message #1 by "vauneen" <vauneen@m...> on Thu, 13 Mar 2003 12:10:33
hi,
i'm trying to figure out if it's possible to pass a page a variable and an 
anchor link at the same time.
something like:
Response.Redirect("project.asp?PID=" & PID & "#bioanchor")

any ideas,
vauneen
Message #2 by "Scott Heath" <scott@s...> on Thu, 13 Mar 2003 09:28:30 -0600
I think you would have to pass the anchor first. Your URL would have to
look like this:
http://www.someserver.com/project.asp#bioanchor?var=1&var2=2 and so on.

-----Original Message-----
From: vauneen [mailto:vauneen@m...] 
Sent: Thursday, March 13, 2003 12:11 PM
To: ASP Web HowTo
Subject: [asp_web_howto] passing a page a variable and an anchor link

hi,
i'm trying to figure out if it's possible to pass a page a variable and
an 
anchor link at the same time.
something like:
Response.Redirect("project.asp?PID=" & PID & "#bioanchor")

any ideas,
vauneen


  Return to Index