Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  77
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, May 12, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Browser Utilities
Search
DevASP

What's New
What's Hot

Detecting screen size       
Total Hits: 379  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to easily detect the user's screen size and available browser window size in this lesson. For example, 1024x768 screen resolution with 1004x565 space available in the browser windows. Source code included...

MyIIS.DirectoryBrowser       
Total Hits: 430  |  Today: 0 Author: Sean O'Donnell       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an IIS Directory Browser scripted in ASP\VBScript. Just drop this file in your WWWRoot and you can browse through your IIS server's directories and view files etc. This Script Utilizes the FileSystemObject (FSO)....

Cross Browser Values       
Total Hits: 308  |  Today: 0 Author: Divyesh Virani       Rating:  
Read Reviews | Write Review |              Your Rating: 

This simple function can help you to get browser and plateform specific values. Currently it supports IE 4+ and NS 4+ on WIN & MAC. Default value is IE on WIN....

One Site Many Domains       
Total Hits: 126  |  Today: 0 Author: Adam Ware       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to cut your hosting costs in half by having more than one domain pointed to the same site but redirecting them by what domain they typed in there browser!...

Prevent Page Caching       
Total Hits: 392  |  Today: 0 Author: Peter Riley       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ASP code example demonstrates how to prevent your ASP pages from being cached by the users browser....

Server-side detect       
Total Hits: 221  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Why rely on client-side browser detection and version detection when you can do it from the server, and not get ANY errors? In this one, we will detect the browser and whether or not that browser supports javascript....

Please Wait...       
Total Hits: 454  |  Today: 0 Author: aspalliance       Rating:  
Read Reviews | Write Review |              Your Rating: 

Add a splash screen to your process-intensive pages.
Maybe you have a page with delicate scripting and you don't want users to touch anything until it finishes loading, or perhaps your form is processing and you need to make sure they don't panic and run before it finishes. Either way, a splash screen with an "In Progress" indicator would help to calm the frightened users and make life easier for your tech support staff....

Tabbing in the TextArea       
Total Hits: 301  |  Today: 0 Author: aspalliance       Rating:  
Read Reviews | Write Review |              Your Rating: 

Who said that you cannot insert tabs in a text area via the keyboard in the web browser?
Sometimes we all need to insert a tab into a text area or a text box. In times past, we would have to create the tab character somewhere else, copy it to our clipboard, and instead of pressing the tab key, we would paste it from our clipboards. All of us are programmers and know that this breaks our flow very easily, but in this article Author has arrived at a better solution....

DNS Lookup       
Total Hits: 488  |  Today: 0 Author: Altan YILDIZ       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script lets you DNS Lookup and reverse DNS Lookup without a component installed on your server....

Rewiring the Back Button Part2       
Total Hits: 390  |  Today: 0 Author: TJ Sylvester       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Part 1 we discussed how to create the first two pages of the system. In this part, we'll look at creating the last two pages...

Rewiring the Back Button       
Total Hits: 717  |  Today: 0 Author: TJ Sylvester       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial shows a technique you can use to effectively rewire the back button. Using this technique, you can have Forms "expire," so that the user cannot simply use the back button to return to the form....

Reverse DNS Lookup       
Total Hits: 1036  |  Today: 0 Author: Alexander Gross       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code converts a IP address to a domain name. It looks up the DNS and returns a full qualified domain or host name...

Shortcut Icon in Address Bar       
Total Hits: 148  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you have ever wondered how some websites are able to place shortcut images inside the Browser's Address bar, the Favorite menu or as an icon on your desktop, this tutorial will show you how it's done....

ImportExportFavorites       
Total Hits: 326  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The script enables you to export your favorites. The favorites are only stored in a session variable and then the script sends favorites to the client as a web page. You must have IE5 or later to successfully run script...

Easy alert and redirection       
Total Hits: 429  |  Today: 0 Author: Brian DeMarzo       Rating:  
Read Reviews | Write Review |              Your Rating: 

Need to send a JavaScript alert to the end user, and then redirect to a new URL? This handy function will generate a valid HTML page to the user, generating the window.alert and window.location to perform your tasks.


...

Check Browser       
Total Hits: 538  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an Object based Check Browser. Use the file as an include and get the browser type and version by accessing the object properties...

IP Restriction       
Total Hits: 518  |  Today: 0 Author: Blake Pell       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code allows you to only let in a certain range of IP address to your ASP page. That way you can filter out anybody who isn't from a certain domain(s)....

Nslookup without components       
Total Hits: 160  |  Today: 0 Author: Rami Kattan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code will make an IP lookup without the need of a special nslookup component on the server, it only uses the XML parser available with Internet Explorer 5.0 and above (which should be installed on the server. Uses a remotely nslookup service....

An ASP Image Browser       
Total Hits: 279  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sometimes when you're looking through a directory full of image file names, it's not always easy to recall what a particular file is or what it was used for. This script makes it easy to view these files and quickly delete any unnecessary ones...

Changing start page for IE5       
Total Hits: 161  |  Today: 0 Author: Christopher Miller       Rating:  
Read Reviews | Write Review |              Your Rating: 

Demonstrates how to set your HTML page to be a user's start page if the user is using IE5. No longer do users have to edit their Internet Options to alter their homepage--now you can let them make your page their start page with a simple script for IE5....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com