Thursday, May 23, 2013
 
 
 Misc. ASP Scripts
 ASP Script Home » Misc.

21 ASP Misc. Scripts

Sort: Most Viewed | Highest Rated | Newest

Display sequential number image next to an item

This code place a sequential number image from 1 to 10. This is useful if you want to show the top 10 items and rank them from 1 = highest rated to 10 = lowest rated. You can see it live at Ex-designz.net homepage, article and software download section....
Added on: 5/16/2008  Hits: 1140 Rating: Display sequential number image next to an item has been rated  3.58 by  355 users (3.58) votes 355

Creating Classes in ASP

This code will allow you to use classes in VB Script versions 5.0 and higher....
Added on: 9/13/2007  Hits: 626 Rating: Creating Classes in ASP has been rated  3.31 by  70 users (3.31) votes 70

Simple Redirect with Querystring Parameter

This code will demosntrate how to pass a parameter to thr redirect URL. It take the parameter passed from the querystring("id") to the variable "varId" and append it to the redirect URL.This is the code we use here at Ex-designz.net....
Added on: 8/18/2007  Hits: 943 Rating: Simple Redirect with Querystring Parameter has been rated  2.88 by  1191 users (2.88) votes 1191

An easy way to create A-Z list

This will create a Alphabetical list A-Z without having to code html for each letter, and will save you time. ...
Added on: 10/30/2005  Hits: 5650 Rating: An easy way to create A-Z list has been rated  3.01 by  139 users (3.01) votes 139

Alternate Colors for Table Row using Array

Something similiar to the one Dexter has the codes for. But with array so you can define array and add more colors for rows if you want. It is a beautiful decorative script:)...
Added on: 5/8/2003  Hits: 11631 Rating: Alternate Colors for Table Row using Array has been rated  2.49 by  701 users (2.49) votes 701

Limit Character To Display

This sample code will limit the character to display.You can view an example in ex-designz.net recipe category section....
Added on: 5/7/2003  Hits: 8169 Rating: Limit Character To Display has been rated  2.98 by  276 users (2.98) votes 276

Display Record Alternate Row Color

This is a simple way to display record in alternate row color.You can view an example in ex-designz.net the reciep category section....
Added on: 5/7/2003  Hits: 8093 Rating: Display Record Alternate Row Color has been rated  3.01 by  135 users (3.01) votes 135

Timer Page Processed in Seconds

Easy way to find out how long it takes your code to execute. Give a user feedback on the bottom of a page as to how long the dataset took to be returned.You can see an example in the bottom of this page....
Added on: 5/4/2003  Hits: 5882 Rating: Timer Page Processed in Seconds has been rated  3.18 by  409 users (3.18) votes 409

Display Pic of the Day

This script will display a random pic of the day....
Added on: 1/13/2003  Hits: 5641 Rating: Display Pic of the Day has been rated  3.01 by  90 users (3.01) votes 90

Ad Rotation Script

Rotates Your Banners So Yo u Have A Diffrent Banner OR Gives You A Random Banner Every Time You Access Your Page! ...
Added on: 1/3/2003  Hits: 5614 Rating: Ad Rotation Script  has been rated  2.99 by  82 users (2.99) votes 82

Check Referrer

There comes a time in every young ASP programmers life when he must write code for checking the referrer. Be it for security reasons or just preventing the dreaded BACK button double-execution! After writing too many if...then functions in my pages I wrapped it into a reusable function. Just pass a ...
Added on: 12/17/2002  Hits: 8546 Rating: Check Referrer has been rated  3.44 by  847 users (3.44) votes 847

IIf Function

IIf works the same as it's VB equivalent. IIf will coerce an expression into a boolean and return values based on the value of expression after being converted. There are three arguments: expression, truecondition, and falsecondition. arguments ============== expression one or more stat...
Added on: 12/7/2002  Hits: 7258 Rating: IIf Function  has been rated  3.30 by  1363 users (3.30) votes 1363

Remote Scripting Basics

Remote Scripting is a magical, infinitely powerful Javascript client library that allows: Javascript in an HTML or ASP page to call an ASP subroutine on the server to fetch data dynamic page construction via Javascript that could be for example fetching database data for a page without reload...
Added on: 11/25/2002  Hits: 6610 Rating: Remote Scripting Basics  has been rated  2.28 by  378 users (2.28) votes 378

Easy Floater

This script is like my other floater script, but it is much easier to configure and understand. This code won't baffle you like many other floaters. Complete instructions included. ...
Added on: 11/23/2002  Hits: 5458 Rating: Easy Floater has been rated  2.71 by  103 users (2.71) votes 103

Select Case Example

Using IF-THEN can be cumbersome, prone to programmer errors and slower to execute. A more efficient construct is SELECT CASE. It is optimized for testing one variable against many conditions. ...
Added on: 11/21/2002  Hits: 5547 Rating: Select Case Example has been rated  3.20 by  119 users (3.20) votes 119

IIF Function (Imediate If)

The IIF Function from Visual Basic. ...
Added on: 11/19/2002  Hits: 5535 Rating: IIF Function (Imediate If)  has been rated  3.23 by  121 users (3.23) votes 121

Disk Space Usage

This code will tell you how much disk space on your server you are using...
Added on: 11/16/2002  Hits: 4437 Rating: Disk Space Usage  has been rated  2.97 by  96 users (2.97) votes 96

DevinsHandyASPstuff

This is a compilation of functions I use when working on ASP projects. There are functions to build HTML form elements (and whole forms), HTML tables, smart date drop down boxes, capitalization functions, date functions, a sql quote handler, a bunch of stuff. ...
Added on: 11/15/2002  Hits: 5566 Rating: DevinsHandyASPstuff  has been rated  3.09 by  91 users (3.09) votes 91

No Refresh, No Backspace, No Right Click

To disable the RIGHT CLICK, the BACKSPACE (for navigation purposes), and the REFRESH. ...
Added on: 11/13/2002  Hits: 6051 Rating: No Refresh, No Backspace, No Right Click  has been rated  3.05 by  123 users (3.05) votes 123

Domain Redirect

This is a basic redirection script based on the domain name. It is usefull if you are hosting multiple sites from one IP address. ...
Added on: 11/13/2002  Hits: 5780 Rating: Domain Redirect  has been rated  3.70 by  287 users (3.70) votes 287
Records 1 to 20 of 21






HOME | MUSIC | DOWNLOADS | |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2013 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Contact us | Privacy Policy | Terms of use | Accessibility