Records 1 to 20 of 21
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Misc. ASP Scripts
ASP Script Home » Misc.
21 ASP Misc. Scripts
Sort: Most Viewed | Highest Rated | Newest
Display sequential number image next to an itemThis 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: (3.58) votes 355
Creating Classes in ASPThis code will allow you to use classes in VB Script versions 5.0 and higher....Added on: 9/13/2007 Hits: 626 Rating: (3.31) votes 70
Simple Redirect with Querystring ParameterThis 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: (2.88) votes 1191
An easy way to create A-Z listThis 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: (3.01) votes 139
Alternate Colors for Table Row using ArraySomething 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: (2.49) votes 701
Limit Character To DisplayThis 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: (2.98) votes 276
Display Record Alternate Row ColorThis 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: (3.01) votes 135
Timer Page Processed in SecondsEasy 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: (3.18) votes 409
Display Pic of the DayThis script will display a random pic of the day....Added on: 1/13/2003 Hits: 5641 Rating: (3.01) votes 90
Ad Rotation ScriptRotates 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: (2.99) votes 82
Check ReferrerThere 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: (3.44) votes 847
IIf FunctionIIf 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: (3.30) votes 1363
Remote Scripting BasicsRemote 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: (2.28) votes 378
Easy FloaterThis 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: (2.71) votes 103
Select Case ExampleUsing 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: (3.20) votes 119
IIF Function (Imediate If)The IIF Function from Visual Basic. ...Added on: 11/19/2002 Hits: 5535 Rating: (3.23) votes 121
Disk Space UsageThis code will tell you how much disk space on your server you are using...Added on: 11/16/2002 Hits: 4437 Rating: (2.97) votes 96
DevinsHandyASPstuffThis 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: (3.09) votes 91
No Refresh, No Backspace, No Right ClickTo disable the RIGHT CLICK, the BACKSPACE (for navigation purposes), and the REFRESH. ...Added on: 11/13/2002 Hits: 6051 Rating: (3.05) votes 123
Domain RedirectThis 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: (3.70) votes 287
Records 1 to 20 of 21
|