![]() |
WebCheatSheet.com |
![]() |
ASP: How to Get the Current Page URL |
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. Here is how you can do that. Add the following code to a page:
You can now get the current page URL using the line:
If your page had Querystring info you want as well you could try code like this:
If your page had Form info that might have been posted to it then use the following code:
Sometimes it is needed to get the page name only. The following example shows how to do it:
|
![]() |
![]() |
Copyright © 2005-2007 www.WebCheatSheet.com All Rights Reserved. |