Main > Free Download Search >

Free select script

select

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 542
select populator

select populator


I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this more>> I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this function to facilitate things.<<less
Added: 2005-07-13 License: Freeware Price: Free
1563 downloads
Mysql Select Query 1.0

Mysql Select Query 1.0


This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo. more>> This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.<<less
Added: 2006-12-29 License: Other Price: $0.00USD
11 downloads
 
Other version of Mysql Select Query
License:Other Free / Open Source License
Download
633 downloads
Added: 2006-12-29
Ajax.InPlaceSelect 1.0

Ajax.InPlaceSelect 1.0


This is an extension for scriptaculous. Creates a select control in place of the html element with the id specified. It functions similar to Ajax.InPlaceEditor but instead of an input control, it creates a select control with a list of options from which more>> This is an extension for scriptaculous. Creates a select control in place of the html element with the id specified. It functions similar to Ajax.InPlaceEditor but instead of an input control, it creates a select control with a list of options from which to choose. The parameters ?values? and ?labels? are arrays (of the same length) from which the options are defined.<<less
Added: 2007-03-26 License: GPL Price: $0.00USD
10 downloads
 
Other version of Ajax.InPlaceSelect
Ajax.InPlaceSelectCreates a select control in place of the html element with the id specified. It functions similar to Ajax.InPlaceEditor but instead of an input control, it crea. Ajax.InPlaceSelect - http://www
License:GPL
Download
948 downloads
Added: 2007-03-26
Drop down date select

Drop down date select


This script displays the current date inside a form via 3 prefilled drop down menus (day, month, year). The visitor can then specify a different date if he/she wants. You can have multiple drop down dates within the same form as well. more>> This script displays the current date inside a form via 3 prefilled drop down menus (day, month, year). The visitor can then specify a different date if he/she wants. You can have multiple drop down dates within the same form as well.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
13 downloads
tdAutoSelectBox 2.1

tdAutoSelectBox 2.1


tdAutoSelectBox is designed to fully replace the browser rendered select boxes and multi-select boxes with a Windows-like "combo box" or auto-complete text box. Apart from avoiding the various issues with the browser rendering of select boxes, more>> tdAutoSelectBox is designed to fully replace the browser rendered select boxes and multi-select boxes with a Windows-like "combo box" or auto-complete text box. Apart from avoiding the various issues with the browser rendering of select boxes, tdAutoSelectBox adds the ability for a user to type inside the select box for faster entry, just like a combo box. You may also further customize tdAutoSelectBox in ways that are impossible with browser-rendered select boxes and multi-select boxes. In addition, new AJAX capability has been added for advanced web site developers. Now, tdAutoSelectBox can call-back to server-side scripts and process data dynamically.<<less
Added: 2006-09-20 License: Freeware Price: $0.00USD
12 downloads
Create a PHP Select List 1.0

Create a PHP Select List 1.0


Easily code dynamic PHP Select Lists. Tutorial with code snippets and comments. more>> Easily code dynamic PHP Select Lists. Tutorial with code snippets and comments.<<less
Added: 2002-09-04 License: Other Price: $0.00USD
12 downloads
 
Other version of Create a PHP Select List
Create a PHP Select ListGlobalissa.com - How to select, display and have fun with HTML select list objects using PHP and Super Globals. Create a PHP
License:Other Free / Open Source License
Download
2646 downloads
Added: 2002-09-04
Cascading selects 1.1

Cascading selects 1.1


The script creates dynamically a set of select elements: the range in each following is related to the selected option in the previous one. An example of array generation from a database is now included. A new version with flexibly expandable input more>> The script creates dynamically a set of select elements: the range in each following is related to the selected option in the previous one. An example of array generation from a database is now included. A new version with flexibly expandable input data in JSON form has been added.<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
10 downloads
Calendar Date Select 1.3

Calendar Date Select 1.3


This is a JavaScript calendar date picker for Ruby on Rails. * It?s lean (only ~15kb css+js code)! * It?s mean (it can pick dates and datetimes, popup or embedded! all styling is done with CSS, so it is completely customizable)! * It?s easy more>> This is a JavaScript calendar date picker for Ruby on Rails. * It?s lean (only ~15kb css+js code)! * It?s mean (it can pick dates and datetimes, popup or embedded! all styling is done with CSS, so it is completely customizable)! * It?s easy to use (it automatically puts its javascripts/css/image files where needed and is fully integrated with rails form builders). Compatible with all modern browsers. NOTE: The JavaScript can be used with any web framework other than Ruby on Rails. prototype.js 1.5.0 or greater required for use.<<less
Added: 2007-06-12 License: Other Price: $0.00USD
12 downloads
Events in Select Objects

Events in Select Objects


JavaScript and Ajax based applications could launch any function with the right input. Although this could be found in other programming languages, JavaScript have the ability to launch certain functions even if the inputs are unconventional. For more>> JavaScript and Ajax based applications could launch any function with the right input. Although this could be found in other programming languages, JavaScript have the ability to launch certain functions even if the inputs are unconventional. For example, the regular input from users could come in a form of data or clicking on a certain link. While this could be found in JavaScript as well, additional input could be used to launch certain functions in an Ajax based application. By combining these functions with the ability of the application to launch purely in the client side, developers could achieve a highly interactive application. These functions are often based on th<<less
Added: 2009-05-16 License: Freeware Price: $0.00USD
10 downloads
Select complementary figure 1.0

Select complementary figure 1.0


Small copy and paste script, including the figures. A figure with one irregular border is shown (the problem), and the player must select the complementary one. more>> Small copy and paste script, including the figures. A figure with one irregular border is shown (the problem), and the player must select the complementary one.<<less
Added: 2007-01-31 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Select complementary figure
License:Freeware
Download
997 downloads
Added: 2007-01-31
Simple Select Case example

Simple Select Case example


This is a simple example of how to use the Select Case functionality in ASP. more>> This is a simple example of how to use the Select Case functionality in ASP.<<less
Added: 2007-07-17 License: Freeware Price: Free
845 downloads
Filling Data into Select List

Filling Data into Select List


In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output. more>> In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.<<less
Added: 2006-03-22 License: Freeware Price: Free
1317 downloads
Chained Selects 2005-03-01

Chained Selects 2005-03-01


Chained Selects lets you "chain" multiple form select lists together so that the selection in a "parent" list can tailor the options available in a "child" list. Supports callback function, multiple-choice selection lists and dynamic loading of more>> Chained Selects lets you "chain" multiple form select lists together so that the selection in a "parent" list can tailor the options available in a "child" list. Supports callback function, multiple-choice selection lists and dynamic loading of sub-list contents.<<less
Added: 2004-07-08 License: Freeware Price: 0.00
17 downloads
Ajax.InPlaceDateTimeSelect

Ajax.InPlaceDateTimeSelect


An extension for scriptaculous. Creates several select controls in place of the html element with the id specified. It functions similar to ?Ajax.InPlaceSelect? but instead it creates several select b more>> An extension for scriptaculous. Creates several select controls in place of the html element with the id specified. It functions similar to ?Ajax.InPlaceSelect? but instead it creates several select boxes with year, month, day, hour, minute for choosing date and time.<<less
Added: 2007-03-26 License: GPL Price: Free
944 downloads
Enhanced country selection

Enhanced country selection


This is a enhanced way to provide the user to select his country. No more popups with unstyled country list, but a good-looking list with flags and colors. Fully customizable more>> This is a enhanced way to provide the user to select his country. No more popups with unstyled country list, but a good-looking list with flags and colors. Fully customizable<<less
Added: 2006-07-24 License: Freeware Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5