Records 1 to 20 of 24
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Components ASP Scripts
ASP Script Home » Components
24 ASP Components Scripts
Sort: Most Viewed | Highest Rated | Newest
MkSheet StatementThe MkSheet Statement creates a Microsoft Excel Spreadsheet with one workbook. ...Added on: 12/12/2002 Hits: 6493 Rating: (3.00) votes 35
RegWrite StatementThe 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: (3.03) votes 36
RegRead FunctionThe 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: (3.00) votes 45
RegDelete StatementThe 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: (3.00) votes 40
Spider ObjectThe 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: (2.94) votes 31
Shell StatementThe 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: (2.95) votes 39
WSH Script to remove un-needed IIS Script-MappingsThis 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: (2.97) votes 32
Limiting the Upload SizeSA-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: (3.00) votes 30
Uploading with SA-FileUpSA-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: (3.00) votes 31
Protect your Client Side Script with ASPThis 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: (3.00) votes 45
Open OfficeThis will allow you to open and manipulate office programs....Added on: 11/21/2002 Hits: 15746 Rating: (3.15) votes 67
Detect Browser TypeDetect Browser Type using MSWC.browsertype...Added on: 11/21/2002 Hits: 6302 Rating: (3.02) votes 46
Send Outlook message from scriptThis 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: (3.39) votes 62
Detect and Add a Microsoft activex ocx to clientDetect 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: (2.96) votes 46
Whois LookupShows how you can do a WhoIs lookup using a COM object capable of using winsock....Added on: 11/16/2002 Hits: 7982 Rating: (2.98) votes 42
URLDecodeEver wanted to decode Server.URLEncode(strString)? This function will do simply that. ...Added on: 11/15/2002 Hits: 4904 Rating: (3.04) votes 57
Universal URL checkIf 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: (3.00) votes 49
Spell CheckerUse Microsoft word spell checker utility ...Added on: 11/13/2002 Hits: 4493 Rating: (3.12) votes 42
Accessing System Registry like Host, Port, etcAccessing System Registry like Host, Port, etc ...Added on: 10/26/2002 Hits: 6319 Rating: (3.00) votes 41
System DetectorThis 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: (2.88) votes 32
Records 1 to 20 of 24
|