Javascript {.value} question
Hi, i need to help to learn this. Thanks in advance.
<label>Value 1</label> <input type="text" id="value1" name="value1" /><br />
<script>
var num1 = document.getElementById("value1");
parseInt(num1.value) // this gives an […]
See original post by invalid@example.com (askscript)
Leave a Reply
You must be logged in to post a comment.