javascript change background image on mouseover

change background image on mouseover using javascript
 •   Read full post »

Javascript get querystring values

How to get querystring parameter values from javascript?
 •   Read full post »

Allowing Only Numbers into a Text Box - Javascript

In Javascript how to make allowing Only Numbers into a Text Box
 •   Read full post »

Send value from a child window to parent window

Send value from a child window to parent window
 •   Read full post »

Disable Form Submit on Enter Key Press

Sometimes, you need to disable form submission on Enter Key press. If you want to prevent it completely, you need to use OnKeyPress handler on body tag of your page.
 •   Read full post »

JavaScript substring Method

In this example we will use substring() to extract some characters from a string.
 •   Read full post »

JavaScript Find Position

The purpose of these functions is to find the absolute X and Y co-ordinates of an HTML element. They work well in both Internet Explorer and Firefox, but the results can be pretty rubbish on Safari.
 •   Read full post »

Javascript go back page

Go back page in javascript
 •   Read full post »

Disable back button in ASP,ASP.NET and HTML

Write a small javascript before body start. This script will always force the browser to forward.
 •   Read full post »