Changing random number script to a form input box

wxdqz

New Member
Hi, how can I change this random number script so that is displays the random number in an input field on a form?


<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write(getRandomNum(10000,99999));
// End -->
</SCRIPT>

:confused: :confused: :confused:
 
Back
Top