Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Most Popular Scripts | JavaScript | Tutorials & Tips

Results 121-140 of 333
Add a blinking flash message at the status bar of Web browser(IE)
The following sample of code gives an idea of how to add a blinking flash message at the status bar. Adding flash text at the status is very simple for that we use a single if-else loop in function blinkflash(). This script is compatible with IE. Click here to see live example. First of all we define three variables var message for �display message at status bar�, var speed for �set time interval to flash text�, and var control to control blinking of message
(3 ratings)
Reviews0
PriceFree
Views1289
Show different text without reloading the a page
A very easy and short tutorial for beginners. You will learn how to show different text without reloading the page.
(3 ratings)
Reviews0
PriceFree
Views1518
Simple Clock
Here you will learn how to make a simple clock using text. The code of this is brief and easy. You can get alot of help from this.
(3 ratings)
Reviews0
PriceFree
Views1834
JavaScript Form Validation
posted bybouvilloninForms
Any interactive web site has form input. If you run a validation of the user's form input before the form is submitted, there will be no wait time and redundant load on the server. "Bad data" are already filtered out when input is passed to the server-based program. It also allows to simplify server-based program. Client side form validation usually done with javascript. For the majority of your users, JavaScript form validation will save a lot of time up front.
(3 ratings)
Reviews0
PriceFree
Views3719
Javascript Date Function
posted bytizaginDate & Time
Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website.
(3 ratings)
Reviews0
PriceFree
Views2810
URL Redirection using JavaScript.
Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.
(3 ratings)
Reviews0
PriceFree
Views1152
Adding Sound/Music to web sites
Learn how to use Dreamweaver Behaviors to Play Sound in 2 quick steps
(3 ratings)
Reviews0
PriceFree
Views1955
Last Modified Display 2 (Date Only)
A code snippet to determine and display the date the document was last modified, date only.
(3 ratings)
Reviews0
PriceFree
Views4194
Javascript timeout usage
In this tutorial I will show you how to use timeouts in your JavaScript code. With this information you will be able to create a useful timer.
(3 ratings)
Reviews0
PriceFree
Views1606
JavaScript string tutorial
In this tutorial you will learn how to use and manipulate strings in JavaScript.
(3 ratings)
Reviews0
PriceFree
Views1449
Load Page Depending On Browser Type
In this tutorial I will teach you how to load a certain webpage depending upon what type of browser your user is using. This could be helpful because certain browsers handle css, html, and javascript differently.
(3 ratings)
Reviews0
PriceFree
Views1038
Introduction to Dynamic Properties
posted bywsabstractinDHTML
Dynamic Properties is a relatively unknown feature of IE5+ that allows you to substitute static values in your HTML with dynamic expressions instead.
(3 ratings)
Reviews0
PriceFree
Views1791
Resetting forms using an Image Button (IE4+ / NS4+)
posted byanitainForms
In forms when using text boxes or text areas and check boxes you might need a reset button that is not the usual gray HTML button. For this you can use a small JavaScript function as given below. Note: This button will reset only text boxes,text areas and check boxes as list boxes and option buttons don't usually require resetting. After resetting the form the cursor will set the focus to the first field in the form.
(3 ratings)
Reviews0
PriceFree
Views3886
So, You Want A Remote Control, Huh?
Here's a remote control panel that controls the bigger window. It allows you to open a specific page by clicking anf dragging the link with your mouse. Neat effect (Netscape only).
(3 ratings)
Reviews0
PriceFree
Views4272
Bookmark Us Script
This is a tutorial that shows you how you can easily create a Bookmark Us link on your website. This will bring back old customers to you by helping them to remember your site.
(3 ratings)
Reviews0
PriceFree
Views1560
Arrays in JavaScript � Part I
In this JavaScript � Part I Tutorial you will learn about Array Definition, Defining an Array in JavaScript, Shorter form, Literal Array, Accessing the elements in an array, Editing the values or elements in an array, Single Dimensional Array in JavaScript The array concept is used to store a set of values in a single variable name. So this is a very important concept in any programming language, Let us see how to define and handle arrays in JavaScript in this session.
(3 ratings)
Reviews0
PriceFree
Views1036
BW Website Building using Javascript
The tutorial covers the basics quickly moving onto implementation, strings, variables, mathematical operators, forms and advanced scripts in 5 easy stages!
(3 ratings)
Reviews0
PriceFree
Views2334
Dreamweaver Behaviors
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Try out all the cool stuff possible using Dreamweaver behaviors.
(3 ratings)
Reviews0
PriceFree
Views1680
Pop-up Windows
JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-up windows using JavaScript.
(3 ratings)
Reviews0
PriceFree
Views12357
Browser Version Control
There are several different browsers and versions out there, thus you, the programmer, do not know what JavaScript capabilities the user has. Insuring that the scripts you write run in most users browser can be done in a few different ways. One way is to ask the user what browser they are using, via JavaScript, and to then program accourdingly. This tutorial shows you how.
(3 ratings)
Reviews0
PriceFree
Views2578
Results 121-140 of 333