J
jnag
Hi,
I have a text field on a coldfusion form in which the user
enters an email address. Next to the text field, there is a link
called "Email". If the user clicks this link, an outlook window
should popup with the email address from the text field
populated in the To field. The outlook window pops up, but
does not get populated with the email address. Can you
please give me some suggestions?
I am trying to do it this way:
<a href="mailto:javascript:document.mainInputForm.email_address.value"
target=""><b>Email</b></a>
Thanks,
jn
I have a text field on a coldfusion form in which the user
enters an email address. Next to the text field, there is a link
called "Email". If the user clicks this link, an outlook window
should popup with the email address from the text field
populated in the To field. The outlook window pops up, but
does not get populated with the email address. Can you
please give me some suggestions?
I am trying to do it this way:
<a href="mailto:javascript:document.mainInputForm.email_address.value"
target=""><b>Email</b></a>
Thanks,
jn