Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

ASP_Volume2 #42374
GMT TimeZones

Use this Select tag code to drop into an ASP page or an HTML page to show a list of GMT Time Zones. Also includes an Access 97 database with a table containing the same data.

ASP_Volume2 #42379
asp calendar - vbscript

To provide a useable client side calendar, to lessen server traffic. Updated(5/9/2002): Now supports a return value of a long date and 8 digit dates, add's leading zeros, and gets rid of the images. Now it is nice and clean. Updated(6/28/2002): Ok, couldn't stop there. let's you choose how you want the date returned. Updated(10/25/2002): Took care of some other small bugs, and the refreshing problem. Updated(10/31/2002): OK, fixed a whole host of minor things. This baby is ready to go. Updated(08/30/2003) Works with all locale settings by setting just two settings, so you can display in French, Spanish, etc. Updated(12/7/2003): OK, I completely redid the Locale issue. Now there is no need to make any of the (previously) required settings. It should now work in ALL locale's based on your user settings. I will probably add functionality so that you can over ride this in case you want to ONLY use a specific locale setting regardless of the users local regional settings, but I do not know how useful this is (maybe if you are inserting the values into a DB?

ASP_Volume2 #42455
Database Driven Select Menu w/ default select

Database Driven Select Menu -- code is commented. Pulls all values including URL from database and uses small javascript for menu functionality. There is also a value that can be changed to show a different default selection in the select menu. I must warn you all that I am very new to ASP, but wanted to give something back to the PSC community. I hope that you find it helpful in some way. I claim no copyrights to this code as most of it was pulled from online examples and tutorials, I just constructed it to suit my needs. If you make any mod's or changes, I would love to see them....please take time to vote for this beginning ASP code, and any additonal comments by you gurus out there would be very much appreciated. Thank You!

ASP_Volume2 #42469
ASP application in XP style

This WEB application was developed with the intention to demostrate the flexibility of ASP (without the .NET) and the possibility to create development frameworks that can be used again and again giving to ASP development a very interesting twist. Using just ASP and JavaScript it is possible to create complex user interfaces (as you may already know) that will resemble the look and feel of windows application: Rich functionality GUI controls, Data binding, No Java applets, No ActiveX and great functionality, 100% client-server application over the internet. This is just a "DEMO" a prototype nothing else should be assumed. I had developed a full version of this program and many others and if you want to know about the techniques used to develop this small sample application don't hesitate and contact me: WToledo@hexcel.com Again, this is just a small DEMO of a System Issues application there is a lot you should not expect from it. Thanks to all the PSC developers that over the time had submitted their work for us to exploit their great ideas, there is too much to thank them for all the material I had used to create this program. IMPORTANT!!!!!!! Works only with IIS 5 and IE 5.5 or 6, will not work with Netscape

ASP_Volume2 #42582
Tabbed Interface Control

[Updated 2004/07/12] This code will create a tab control similar to what you would expect from a Windows application. It allows you to organise your page or pages into tabs and for the user to select the tab to show the information neatly. Otherwise you are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

ASP_Volume2 #42585
_Pure ASP method to prevent automatic form submissions

A pure ASP method to generate dynamic images, without any components and very fast indeed. This example prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations or automatic forum submissions etc. then this script can solve this problem by inserting pictures in your HTML form that only a human can recognize. Download to read full article...

ASP_Volume2 #42633
myLittleCalendar

myLittleCalendar allows you to easily add a calendar on all your ASP pages. myLittleCalendar supports international settings. You can easily set properties to display the calendar in your own language (default language is English). You can even choose the first day of the week (default is Sunday) according to your regional settings. The .zip archive contains a wizard and several samples myLittleCalendar is written as a script-component; so you can use it even if you are not allowed to install component on your web server.

ASP_Volume2 #42702
relational select menu

Sometimes there're multi form select object on one webpage, you select one option from SELECT1 drop-down menu, you want the second SELECT object only show related options in the drop-down list. And sometimes this relationship saved in a databse... Sample here: You select OEM Name from SELECT1, then only parts from this OEM will be listed in second drop-down menu for you to select

ASP_Volume2 #42705
Expanding Tree Menu (Non-Framed Version)

Displays a Tree Menu navigation system on your website. The 'folders' and 'sub-folders' information is stored in a database. The tree menu is diplayed and clicks made in the menu are all actioned with JavaScript (client-side), so your visitor does not need to wait for the menu to retrieve info from the server everytime the click on an item. Also, a link to a new page is clicked, the menu will open on the new page to show the link that was clicked. manageFolders.asp is a form/listing of folders already in the database This file also allows to you add new folders, edit existing folders, and delete existing folders The Delete option is only available for folders which have NO sub-folders _config.inc contains the connection string to the database. You will probably need to edit this if you are using a physical path. eg: Brinkster Premium Memberships _config.inc also also contains the following lines: 4 If Session("UserID") "" Then 5 varUserID = Session("UserID") 6 Else 7 varUserID = 0 8 End If This menu system can be used with membership logins, allowing members to manage there own folders. To activate this feature, replace you session variable name where it already has Session("UserID") to be your session variable name (It is a number). This feature would be used for smething like a web-based email system.

ASP_Volume2 #42729
A GRID USING ASP

This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party components nor any VB controls. Also no session variables have been used. Clicking on "Add row" will add a new row to the grid and to remove a row(s) check the corresponing checkbox and click "Remove". Hope this bit of code is useful. Regards Putcha Satishkumar

ASP_Volume2 #42730
Menu

This menu like menus on Microsoft sites. I have make this menu and copy from paste from script I found on site like this :-) I am from Sweden, sorry i am bad to write english :-) I have none admin scrip to this menu, please help me to do a good admin scrip!! mail me please! /Tommy

ASP_Volume2 #42733
Send email using form

send email. Feell free to give comments. Please vote for me thanks

ASP_Volume2 #42769
Auto-Complete Input Dropdown

Creates an HTML Input box with an auto-complete menu below it. Look at the screenshot and/or demo.

ASP_Volume2 #42822
Dynamic Form Field Capture

This code will caputre all fields in an HTML form and create a template for a VBScript function that passes the fields to a stored procedure.

ASP_Volume2 #42854
RTE

Build a rich text editor.

ASP_Volume2 #42864
McClausky Calendar Control

This ASP Calendar Control lets you pick a Date from a PopUp Calendar. You don't need no OCX files, or any client files. You don't need .NET. You just need a Web Server that supports ASP.

ASP_Volume2 #42875
Raw Disk Access

RDA makes direct, low-level, byte-precise reads and writes to mass-storage devices easy. No need to have to deal with DOS interrupt calls or any such nonsense - RDA takes care of all the behind-the-scenes work for you. RDA also handles the variations in access methods needed by different Windows versions. RDA can read from or write to any specific sector on a logical drive. And if that's not easy enough, there's even a nonvisual frontend component that makes RDA appallingly easy to use - pick drive/first sector/how many sectors to read, call one procedure to perform the actual read, read data from a property. RDA is based on and inspired by a Delphi unit file called VWIN32, written by Geir Wikran, and incorporates portions of VWIN32 directly. As such, RDA is released under the same licensing terms as VWIN32 - free for personal or commercial use as long as the source itself is never sold or misrepresented. PLEASE NOTE: The RDA distribution includes a demo application which requires the TMPHexEditor/TMPHexEditorEx components package by Markus Stephany. This package is available from http://www.mirkes.de/en/delphi/vcls/hexedit.php.

ASP_Volume2 #42897
Loading and saving a file with a Memo

How to load and save a memo from and to a file on the hard drive.

ASP_Volume2 #43027
UPX sGUI

This is a GUI for UPX, it is very simple but efficient. I made it for my needs. If you like it vote.

ASP_Volume2 #43036
Delphi TextFile tutorial for beginners

This article is for those Delphi beginners out there who wish to learn a little bit about the basics of Delphi TextFile Management. I remember having lots of trouble with it when I was new to Delphi, so I figured I might as well help the 'freshmen' getting this done!

Languages
Top Categories
Global Discovery