Click to See Complete Forum and Search --> : data transfer


Danny
01-21-2003, 09:34 PM
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

Danny
01-21-2003, 09:44 PM
Dave,

I'm trying not to use form as I have to use form when the user signs up. There may be twenty pages that the user can surf through before they sign up.

Any other suggestions?

Thanks
Danny