Archive for the 'ASP' Category
How to use the QueryString in ASP
4 Comments Published by Steven 4 years, 10 months ago in ASP and ASP BasicsThis 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, [...]
How to Find the Current URL in ASP
1 Comment Published by Steven 4 years, 10 months ago in ASP and ASP BasicsThe 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 [...]
Find a visitor’s IP Address in ASP
8 Comments Published by Steven 4 years, 10 months ago in ASP and ASP BasicsDo 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 [...]
Search
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
- ASP (3)
- ASP Basics (3)
- Blogs (2)
- C# (1)
- Firefox (1)
- Flash (1)
- Google (6)
- Hacks (3)
- Java (1)
- PHP (12)
- Basics (8)
- Files (1)
- Image Handling (3)
- Ruby (1)
- Tips (10)
- Web Hosting (3)
- Web Hosting Articles (1)
- Web Hosting News (2)
- Windows (6)
- Wordpress (2)
Latest
- Hacking the translation plugin for nicer URLs
- How to Access a Page in Google’s Cache
- How to Control the Mouse Pointer Without a Mouse in Windows XP
- Use Google to define words
- List all processes with the Windows Command Line
- Kill a Process from the Windows Command Line
- Google: Search within a site
- Google Currency Conversion
- Save Embedded Media and Other Files in Firefox
- Google: Filter By Usage Rights
Categories
- ASP (3)
- ASP Basics (3)
- Basics (8)
- Blogs (2)
- C# (1)
- Files (1)
- Firefox (1)
- Flash (1)
- Google (6)
- Hacks (3)
- Image Handling (3)
- Java (1)
- PHP (12)
- Ruby (1)
- Tips (10)
- Web Hosting (3)
- Web Hosting Articles (1)
- Web Hosting News (2)
- Windows (6)
- Wordpress (2)
