Page 42 of 56

Javascript copy paste form fields

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, […]

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 […]

How to create php captcha script

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 […]

« Older posts Newer posts »