Select Case is a multi-platform compatible script that offers different outputs by changing the choice parameter in the querystring.
This article is mostly for referring about SELECT key usage in SQL statements and also tells why to avoid SELECT while building statements. It explains about the demerits in SELECT with example in a simple way. The author also tells to use...
This program is a powerful search engine creator that helps users to create their own searching field on their home page. It displays radio buttons at the bottom of page that asks users to select case sensitive, case in sensitive and match whole...
ElseIf is a multi-platform compatible script that performs different actions based on the value of a variable. Normally this is done with using an If...Then...Else...End If statement or a Select Case statement. Ocassionally you'll find ElseIf is a...
This tutorial shows an easier way to learn the basic aspects of VBScript functions quickly. It describes properly the functions, their functionality, the result obtained at the end of processing functions and also describes how arguments can be...
Reading Random Text is an online tutorial focussing mainly on the ASP include functions. The author has given a brief note on some of the shortcomings of the include functions in ASP while reading and inserting data on a text file and when and...
Filter Large Select Lists is multi-platform compatible. If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single...
This is a JavaScript example that creates a menu (drop down select list) of all the days in the current month. The current date is selected by default.
SQL: Select Birthdays in a Date Range is a tutorial which helps the users the range of date to select birthday's date on their websites. The procedure of this tutorial is described in detail with an example. This tutorial guides the users to...
This example lets a user select between various stock markets like the Dow Jones , Hang Seng and FTSE . It will then display a relevant chart depending on what market was selected. |