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: 217 Rating: (3.85) votes 26
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: 296 Rating: (3.00) votes 17
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: 177 Rating: (3.09) votes 22
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: 5340 Rating: (3.06) votes 32
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: 11185 Rating: (3.05) votes 38
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: 7631 Rating: (3.11) votes 38
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: 7781 Rating: (3.00) votes 36
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: 5463 Rating: (3.03) votes 37
Display Pic of the DayThis script will display a random pic of the day....Added on: 1/13/2003 Hits: 5422 Rating: (3.03) votes 38
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: 5434 Rating: (2.95) votes 42
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: 5350 Rating: (3.57) votes 56
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: 6302 Rating: (3.00) votes 33
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: 6272 Rating: (3.00) votes 35
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: 5303 Rating: (3.00) votes 35
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: 5307 Rating: (3.00) votes 40
IIF Function (Imediate If)The IIF Function from Visual Basic. ...Added on: 11/19/2002 Hits: 5311 Rating: (2.97) votes 36
Disk Space UsageThis code will tell you how much disk space on your server you are using...Added on: 11/16/2002 Hits: 4276 Rating: (2.92) votes 38
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: 5426 Rating: (2.97) votes 36
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: 5832 Rating: (3.05) votes 42
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: 5341 Rating: (2.95) votes 44
Records 1 to 20 of 21
|