Ross
01-25-2003, 07:52 PM
looking for help to make a script which will allow a user to enter a number and then multiply that user entered number by a specific known number, then have the script display the result
thanks
thanks
|
Click to See Complete Forum and Search --> : perform math calculation on user entered number Ross 01-25-2003, 07:52 PM looking for help to make a script which will allow a user to enter a number and then multiply that user entered number by a specific known number, then have the script display the result thanks jeffmott 01-25-2003, 08:29 PM alert(prompt("Enter a number:") * 2) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |