I would like to write a page which accepts Value of textbox / input-field using javascript.
As you get values from this:
<script type="text/javascript">
var cheese=1
document.write(cheese)
</script>
Maybe the value cheese
could be taken from text which the user has to enter....how?