JavaScript Page Breaker can be used in a search on any server side program like ASP, JSP, Servlet, Perl etc. to get the number of result in a string format, which can save time that is consumed in any other form of normal search in which the...
This script counts the number of days remaining until any annual occasion on the calendar (ie: birthday, Christmas etc). It automatically detects and adjusts to the present year, and if the specified occasion has already passed this year, it...
The solution for limiting the number of records is the main concept of this online article. The author describes the method of controlling the display of records from a recordset with the help of ADO in ASP. The main highlight of this article is...
Display the number of Active Users on your website is a tutorial in which the author shows how to count the number of users currently active on the website by defining the process in the Session_start and Session_End events of the application...
Get the title of a page is an easy tutorial through which the users can collect information about the method of accessing the title of particular page. The author gives details about the method of utilizing various functionalities to retrieve the...
How to capture the Double Click event in a DataGrid? is a tutorial in which the author gives you a brief explanation about how to retrieve the values of the rows when it is double-clicked, show the contents of the row that is selected and how to...
This counter counts the number of accesses to a certain page. It then displays an image corresponding to the number ...
The second edition of ASP in a Nutshell gives developers of Microsoft Active Server Pages (ASP) a quick reference guide for looking up object usage on a dime. This guide is geared toward working ASP programmers who need to get their answers...
This is a tutorial which tells the users how to create a list of file names in a specified directory with php. The author explains to the users that they can include the new function available into their own form. This tutorial teaches the users...
This script compresses a number of hyperlinks in a drop-down menu. The user is allowed to choose a link and then submit the necessary request. A Perl script processes the request and returns the requested page. |