JavaScript
Javascript Bookmark This Page
February 6th, 2008 | posted by Anonymous in
This javascript will add your page to client bookmark list. Work on Internet explorer and Mozilla Firefox.
Email Format Validation
December 4th, 2007 | posted by Anonymous in
To Check if email is in valid form we can use this script.
Text Box Character Limiter Counter
November 2nd, 2007 | posted by Anonymous in
Create textbox textarea counter limitter using javascript.
Disable Right Click
November 2nd, 2007 | posted by Anonymous in
Tutorial how to disable Right Click mouse on web page
JavaScript DateTimePicker
October 30th, 2007 | posted by Anonymous in
If you want to create DateTimePicker just like GUI desktop application (Visual Basic / Delphi), we can use this javascript
Print HTML Page
October 30th, 2007 | posted by Anonymous in
To print html pages, we can use javascript function.
Open Browser in a New Window
October 30th, 2007 | posted by Anonymous in
Simple tips to open browser in a new window
OK Cancel Confirmation Dialog
October 26th, 2007 | posted by Anonymous in
Tips about howto create confirmation dialog clicking links
Submit Form Confirmation
October 25th, 2007 | posted by Anonymous in
Tutorial creating confirmation dialog before process the form action