Monday, May 18, 2015

دبل الرقم في 2

<html>

<head>
<title>Fun with Text Boxes</title>
</head>

<body>
<form name="BoxForm">
Enter Number Here:
<input type="text" size=12 name="number" value=2 />
<br /><br />
<input type="button" value="Double" onclick="document.BoxForm.number.value=parseFloat(document.BoxForm.number.value) * 2;" />
</form>
</body>
</html>

Post a Comment

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search