Advertisement

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

3_2004-2005 #147285
Yet another Table coloring

This gives an alternating line color on tables, it also allows a realtime highlighting.

3_2004-2005 #147289
Jasons quick calendar

This is an example of a real time date checker / date picker / open other window form. With lots of parameters passing examples Using a mix of asp, vbscript, and java.

3_2004-2005 #147372
Dynamic Search Textbox

Its amazing .... I was getting facinated by the textbox search provided by third party components in ASP.NET, so I deceided to build a one in ASP. My code helps in searching a particular field & the textbox gives results as you type the keywords in the same .... I have used iframes so it will not work in Netscape ... will try to overcome the same

3_2004-2005 #147373
Value Spinner

I programmed this little thing to generate an input text field including two buttons to increase and decrease the value of that field. Just include this file and generate the spinner. Updates are welcome!

3_2004-2005 #147398
TreeView

This is a very easy way to add a Tree View (like the VB Control) in your html page. With 1 function, add TreeViews with or without checkboxs and links. If you like it, vote for it ! Simon

3_2004-2005 #147414
DHTML Tab Control Simulation

This simulates a tab control in pure DHTML, using cascading stylesheets and VBScript to do the job. Mind you the VBScript code can easily be changed to JavaScript. With this, you can develop your own web application without haveing to use an Active-X control.

3_2004-2005 #147415
Hierarchical Data Grid in ASP

This sample is to show Hierarchical Data not using .NET or third party components. Include sample North Wind database that comes with Microsoft Access. Nice Interface with VBScript functions and Cascading Style Sheets to enhance presentation. The sample shows how to use ADO Data Shaping and SQL syntax. You can change the SQL string to suit your needs.

3_2004-2005 #147423
Hier Menus From DataBase

I have always loved the HierMenus found at Web Reference but I wanted to be able to grab information from a database to fill the nodes. Well one weekend and a case of Mountain Dew later, a totally reusable HierMenu from DB to Menu system. There are some things you might notice: 1: Lack of More then useful comments. Reason: you will have to be familiar enough with Java, DHTML and ASP to be able to really understand this. 2: GetRows() was used so if you are going to have lots of null Parent Nodes you might what to consider using MoveFirst, MoveNext Methods. Reason: GetRows() is way faster. 3: HierMenus is a Product if you use it give credit were credit is due. I did not in any way create the HierMenus they were already made, all I did was find a way to provide Data from a DB to the menus. Please Vote For Me!

3_2004-2005 #147424
Hier Menus From DataBase v2

I have always loved the HierMenus found at Web Reference(http://www.webreference.com/dhtml) but I wanted to be able to grab information from a database to fill the nodes. Well one weekend and a case of Mountain Dew later, a totally reusable HierMenu from DB to Menu system. There are some things you might notice: 1: Lack of More then useful comments. Reason: you will have to be familiar enough with Java, DHTML and ASP to be able to really understand this. 2: GetRows() was used so if you are going to have lots of null Parent Nodes you might what to consider using MoveFirst, MoveNext Methods. Reason: GetRows() is way faster. 3: HierMenus is a Product if you use it give credit were credit is due. I did not in any way create the HierMenus they were already made, all I did was find a way to provide Data from a DB to the menus. Please Vote For Me!

3_2004-2005 #147428
Multi Column Combo Box

I created this control because i couldnt find anything else that created a multi-colum combo(drop down) box. This control is driven off a database query and is fairly straight forward to use. Once you have extracted the zip file into a directory you can look at the file /structure.txt. This file explains the directory structure and where everything is located. I hope you enjoy the control, i know i have seen numerous requests for one. And remember; Please vote! Thank You :) Purpose: The purpose of this widget is: 1. provide a multi column drop down box to users 2. provide a combo box's that doesnt sit on the top of a web browser so menus can flow over the control 3. provide a combo box that can allow user input

3_2004-2005 #147430
Dynamic ASP Hierarchical Data Grid

I have been using this for some time now to draw my Hierarchical Data Grids in asp. Based on the intrest in Hierarchical Data Grids i decided to post it for other to benefit from. I used the same msdn artcle to base the sample on. The server side is written in vbscript and the client side functionality is written in javascript. To change the display all that is required is a valid SHAPE statement. The display is handled by a single function call drawHierTable(oRS, iLevel, sParent, itCounter, clrMainRow, clrAltRow)

3_2004-2005 #147431
ASP Tab Dialog Control

UPDATED 11/4/3002 -- This code is used to create a tab control similar to the tabbed dialog control in vb, it comes in very handy when you have alot of information to display but no room to put it. You simply add the tabbed dilaog and organize everything into sections. With a couple lines of code you can add a tabbed dialog control to anything you wish. The tab control can create static tabs(HTML) or DHTML!!! This has been written in vbscript for the server and javascript for functionality at the client. In addition, when navigating the mouse over the tabs the mouse over will change the backgound image to a selection. The style used was from Windows XP. 11/4/2003 - Updated all the graphics from jpg to gif with transparency. Added a selected tab option to the dynamic tabs. It will now be driven off the tab that is passed in the function call. Added the photoshop files for the graphics so you can change the colors and style to suit your site. I included a few samples of other colors. Last i cleaned up the jump page for the sample, it looked plain. :) Even though the contest is over, I would appreciate your taking the time to vote! Thanks Tom

3_2004-2005 #147449
Message Box Generator

This code will generate a HTML-code with a VbScript MsgBox, after setting a few things like Message title, icon or when the MsgBox should be invoked. Just execute this HTML file to generate a MsgBox (beginners) or look at the source to see the way I let had the MsgBox created by the form.

3_2004-2005 #147493
Building an Input Form Dynamically From a Database.

Updated 3/23/2001 11:17 PM !!!!!!!!!!!!!!!!!!!!! This code will allow you to build an input form "on the fly" from a database. Instead of creating and hard coding the same old input form you can automatically build your form based on column names or values in your database! Just added is another page that will submit your data to your database "on the fly", truely making the process of creating web based entry forms DYNAMIC!!!!!!!! Now whenever you have to alter your input forms you just have to change your SELECT statement, no more HTML!! Please vote for this code if you find it useful, and feel free to send me any questions you have regarding the code. Thank you.

3_2004-2005 #147549
ASP TreeView (ASP/CSS)

An extremely simple TreeView control written in ASP. This code show how to create a simple treeview class using ASP and Cascading Stylesheets. It also shows how to load the treeview from a database table Greate for programmers who want to learn how to create simple ASP controls. A live demo is available at http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm If you like it, please don't forget to vote for me. Thanx

3_2004-2005 #147558
Popup generator

Generates the code for opening a popup window depending on the parameters passed by the user. It also has featrues to test the generated code.

3_2004-2005 #147608
CRecordEdit v. 2.0

creates an HTML form given an ADO recordset. Uses different controls (textbox, checkbox, textarea) for different datatypes. Determines maxlength property based on datatype. Keeps some useful info in hidden fields.

3_2004-2005 #147618
Dynamenu

This DHTML Dynamic Menu slides in from the sided. Using Javascript that is embedded in 2 ASP include files. The menu is Database driven.

3_2004-2005 #147620
Cache the output of an ASP page.

Cache the html output from an ASP page into the application scope and schedule a time to refresh it.

3_2004-2005 #147631
Message Center v1.01

This is a message umm center hehe, Let your users send messages to other uses, NOT a CHAT it is more of an email client but sends them to other members your site, This version is very basic and will need to be modified in order to work properly, view the readme.txt file for more info. The next version will be great, I figured gotta have a simple basic one for the first version and then come out with a better more advanced version next time around right? yeah ok.. View it here http://65.4.131.57/Justin/messageCenter/Script/message_center.asp

Languages
Top Categories
Global Discovery