Javascripts > No Right Click Javascripts > Multiplier
Script Title: Multiplier
Description: This tool allows you to multiply two numbers.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<form> <input type=text name="text1"> <input type=text name="text2"> <input type=button value="Multiply" onClick="alert(form.text1.value*form.text2.value)"> </form>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email