33721ASP: How to Get the Current Page URLhttp://www.webcheatsheet.com/asp/get_current_page_url.phpSometimes, 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.ASP > Tips and Tutorials > MiscellaneousOct 27, 2006Nashif
ASP has no interface to access Application data from other environment than VBS/JS in context of ASP page in the same application. But we can create a simple http interface and use the Application object from any other environment - wsh, VBA (Word, Excel), etc.
The basic idea is to make simple ASP page, which will provide a text/http interface to ASP intrinsic objects (specially Application object). We can read/write variables in application dictionary using this ASP script. And we can specify name and value of application variable by a query string to read and write specified variable.
Say you want to write an article about ASP. How do you put ASP code in an ASP page and just display it? How do you tell the server you just want to display the code and not execute it? Here is my solution:
Have you ever wondered how long one of your visitors spends filling out a particular form? Such information is vital for companies that conduct business on the Internet. Imagine if everytime you wanted to buy a book from Amazon.com you had to spend 60 seconds filling out a form with billing and shipping information - do you think you'd buy many books from Amazon.com in such a situation?
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.