Last updated on March 22nd, 2024 at 01:29 pmHey guys, Today one of my reporting tool was having an issue with its mail content. The tool is suppose to give me report for the previous days management processes done by my users. I have noticed that in the EMAIL content there were some Exclamation marks […]
Page 42 of 56
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 […]
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 […]