Sux0rZh@jc0rz
08-28-2003, 05:18 PM
I've been trying to get a simple simple simple math thing going. I'v looked at some calculator scripts but they are to big to find what i need in them=/ I've also messed around with www.w3schools.com/js/default.asp and didn't find it there....how can i make one textbox add with one below it and have the sum show up in a textbox below that using these values?:
<html>
<head>
</head>
<body>
<form name="form1">
<input type="text" name="text1"> <br>
<input type="text" name="text2"> <br>
<input type="text" name="outcome" readonly>
</form>
</body>
</html>
I know this sounds newbish but I must have tried to do it a million and a half ways and the blind man just can't see.
<html>
<head>
</head>
<body>
<form name="form1">
<input type="text" name="text1"> <br>
<input type="text" name="text2"> <br>
<input type="text" name="outcome" readonly>
</form>
</body>
</html>
I know this sounds newbish but I must have tried to do it a million and a half ways and the blind man just can't see.