Saturday, November 21, 2009
 
 
 Components ASP Scripts
 ASP Script Home » Components

24 ASP Components Scripts

Sort: Most Viewed | Highest Rated | Newest

MkSheet Statement

The MkSheet Statement creates a Microsoft Excel Spreadsheet with one workbook. ...
Added on: 12/12/2002  Hits: 6493 Rating: MkSheet Statement  has been rated  3.00 by  35 users (3.00) votes 35

RegWrite Statement

The RegWrite statement writes Keys and Values into the Windows Registry. The required argument regpath is the path to a Key or Value that will be created if not found. StrToWrite is the data to enter into the key or value specified in regpath. ...
Added on: 12/9/2002  Hits: 6936 Rating: RegWrite Statement  has been rated  3.03 by  36 users (3.03) votes 36

RegRead Function

The RegRead function reads Keys and Values contained in the Windows Registry. The required argument regpath is the path to a Key or Value. If the key or value cannot be found or displayed for any reason, RegRead returns Null. If regpath ends with a \ character it returns the Key instead of the...
Added on: 12/9/2002  Hits: 5725 Rating: RegRead Function  has been rated  3.00 by  45 users (3.00) votes 45

RegDelete Statement

The RegDelete statement deletes Keys and Values from the Windows Registry. The required argument regpath is the path to a Key or Value that will be deleted. ...
Added on: 12/9/2002  Hits: 5229 Rating: RegDelete Statement  has been rated  3.00 by  40 users (3.00) votes 40

Spider Object

The Spider Object returns information about a web page from an outside server. The Spider object is used to parse the content returned by a web page after it is retrieved. By calling the various methods of the Spider object, you can effectively read and save parts of a web page for further r...
Added on: 11/28/2002  Hits: 4739 Rating: Spider Object  has been rated  2.94 by  31 users (2.94) votes 31

Shell Statement

The shell statement creates a new process that executes the required argument, command. Command is any valid DOS statement. Shell requires your server to have windows scripting host installed and proper permissions. ...
Added on: 11/28/2002  Hits: 6620 Rating: Shell Statement  has been rated  2.95 by  39 users (2.95) votes 39

WSH Script to remove un-needed IIS Script-Mappings

This script removes un-needed script mappings on an IIS 5.0 web server. Script mappings are the isapi dlls or exe's that execute webpages through IIS. This script requires administrator access, and ADSI 2.5 files. This script queries the IIS metabase and returns a multi-valued array list. The s...
Added on: 11/26/2002  Hits: 6229 Rating: WSH Script to remove un-needed IIS Script-Mappings has been rated  2.97 by  32 users (2.97) votes 32

Limiting the Upload Size

SA-FileUp's MaxBytes property allows you to limit the size of files uploaded to your server. If MaxBytes is set, SA-FileUp will stop writing to the hard disk when the value of MaxBytes is reached. For example, if MaxBytes = 1000, only 1000KB of a 100,000KB file will be written to the server hard dis...
Added on: 11/23/2002  Hits: 6784 Rating: Limiting the Upload Size has been rated  3.00 by  30 users (3.00) votes 30

Uploading with SA-FileUp

SA-FileUp is an Active Server component that allows users with a web browser to transmit files from their local hard disk to a Microsoft Internet Information Server (IIS) web server. Scripting the Upload Your file upload script(s) will consist of two parts: An HTML form on the client An in...
Added on: 11/23/2002  Hits: 5254 Rating: Uploading with SA-FileUp has been rated  3.00 by  31 users (3.00) votes 31

Protect your Client Side Script with ASP

This code will allow you to use ASP to check that the request for your JavaScript and VBScript is a real request or just someone trying to steal your code. If the request.servervariables(HTTP_REFERER) returns a page from your site then your return the JavaScript if request.servervariables(HTTP_REFER...
Added on: 11/23/2002  Hits: 6248 Rating: Protect your Client Side Script with ASP  has been rated  3.00 by  45 users (3.00) votes 45

Open Office

This will allow you to open and manipulate office programs....
Added on: 11/21/2002  Hits: 15746 Rating: Open Office has been rated  3.15 by  67 users (3.15) votes 67

Detect Browser Type

Detect Browser Type using MSWC.browsertype...
Added on: 11/21/2002  Hits: 6302 Rating: Detect Browser Type has been rated  3.02 by  46 users (3.02) votes 46

Send Outlook message from script

This allows you to fill out and send an Outlook message from script. Uncomment 2 lines to create a sub that can be included in a larger script. Great for admins who routinely send reports. ...
Added on: 11/16/2002  Hits: 6465 Rating: Send Outlook message from script  has been rated  3.39 by  62 users (3.39) votes 62

Detect and Add a Microsoft activex ocx to client

Detect and Add a Microsoft activex ocx control and deploy it on the client machine if is not already in it. You could use your own control by using your own link on the CODEBASE parameter Notice that I have added a # sign following the version=-1,-1,-1,-1. What this does is it will force IE to downl...
Added on: 11/16/2002  Hits: 6407 Rating: Detect and Add a Microsoft activex ocx  to client has been rated  2.96 by  46 users (2.96) votes 46

Whois Lookup

Shows how you can do a WhoIs lookup using a COM object capable of using winsock....
Added on: 11/16/2002  Hits: 7982 Rating: Whois Lookup  has been rated  2.98 by  42 users (2.98) votes 42

URLDecode

Ever wanted to decode Server.URLEncode(strString)? This function will do simply that. ...
Added on: 11/15/2002  Hits: 4904 Rating: URLDecode  has been rated  3.04 by  57 users (3.04) votes 57

Universal URL check

If you let users add URLs to your site (for example links to their site) you want to check them first to make sure the URL is working. This code will do the trick! From your page the URL is posted and the result (including the URL) is posted back to the refering page. ...
Added on: 11/15/2002  Hits: 6451 Rating: Universal URL check  has been rated  3.00 by  49 users (3.00) votes 49

Spell Checker

Use Microsoft word spell checker utility ...
Added on: 11/13/2002  Hits: 4493 Rating: Spell Checker  has been rated  3.12 by  42 users (3.12) votes 42

Accessing System Registry like Host, Port, etc

Accessing System Registry like Host, Port, etc ...
Added on: 10/26/2002  Hits: 6319 Rating: Accessing System Registry like Host, Port, etc  has been rated  3.00 by  41 users (3.00) votes 41

System Detector

This file detects the most popular email components and if the Scripting.FileSystemObject is supported or not on the server....
Added on: 10/26/2002  Hits: 4348 Rating: System Detector has been rated  2.88 by  32 users (2.88) votes 32
Records 1 to 20 of 24






HOME | ARTICLES | MUSIC | DOWNLOADS | LINK DIRECTORY |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2007 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