"Simple" Form Question ...
Posted: Sat Feb 04, 2006 1:07 pm
We are passing a value (an email address) to a form like so:
http://www.site.com/form.htm?email=email@email.com
...The value passes successfully.
We would like to display that value on the page.
I thought something like this might work:
<script langauge="JavaScript">
document.write(document.forms.myForm.email.value);
</script>
...But it does not display. Ideas?
We could of course show the value in an email field,
but we prefer not to show a form field.
Thanks!
http://www.site.com/form.htm?email=email@email.com
...The value passes successfully.
We would like to display that value on the page.
I thought something like this might work:
<script langauge="JavaScript">
document.write(document.forms.myForm.email.value);
</script>
...But it does not display. Ideas?
We could of course show the value in an email field,
but we prefer not to show a form field.
Thanks!