Archive for the 'ASP' Category



How to use the QueryString in ASP

This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.
Have you ever seen a URL which looked like "www.example.com/page.asp?mode=1&style=red"? Well, this page is being passed variables and their values through the QueryString, here the variables "mode" and "style" are being passed, with [...]

How to Find the Current URL in ASP

The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the QueryString. For example, take the URL http://www.example.com/example/page.asp?name=Bob. The three parts of this are:
1. The domain name: www.example.com2. The path to the page: /example/page.asp3. The QueryString: name=Bob
So how do you find it all [...]

Find a visitor’s IP Address in ASP

Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's how you can find it.
In an ASP page, within the ASP tags, <% ... %>, you can retrieve the IP address of a user through [...]



visit now
visit now
house insurance

About

You are currently browsing the DiscoMoose weblog archives for the 'ASP' category.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

Categories

Categories