Last updated on October 4th, 2022 at 01:44 pmThis script will simply copy the form field value from one form to another with ease, ie It allows the user to click a checkbox on a form to duplicate information. For example, if you have a form which ask user to input billing and shipping details, […]
Page 44 of 58
How to prevent keypress event using JavaScript
Last updated on November 26th, 2024 at 12:50 pmThis JavaScript code restricts certain character inputs using JavaScript’s onKeypress event. Using the OnKeypress event, you can trap and prevent certain characters (represented by ASCII decimal codes) from being entered in a form field. Just look up the ASCII code for any other characters you wish to […]
Last updated on January 25th, 2022 at 04:42 pmSimple php captcha script This script will show how to create captcha image using php. We have captcha.php, class.simplecaptcha.php,white.png and 3 font files. We will provide clear working scripts and a demo on integrating captcha using php. The file captcha.php contains all the settings on how to […]
Last updated on February 22nd, 2022 at 09:26 amChange hyperlink color using Javascript [Dancing Links] This tutorial will show you how to Dynamically Change hyperlink colors on a website using javascript. This script will create links with different colors [dancing links] once the page is loaded. As shown above I have created two hyperlinks with […]