I'm using the following code to input data into my html code so that I can use the data in cgi.
<script type="text/javascript">
document.disp.idnumber.value = finallocation;
</script>
Is there a way to transfer the idnumber to the next html page as long as the user stays in the same directory?
I need this data so that if the user signs up I can give credit where credit is due.
Thanks
Danny
<script type="text/javascript">
document.disp.idnumber.value = finallocation;
</script>
Is there a way to transfer the idnumber to the next html page as long as the user stays in the same directory?
I need this data so that if the user signs up I can give credit where credit is due.
Thanks
Danny