|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a form with two text areas. I need to mail the contents I print in those areas to a default mail-id.How can I do that?
In normal HTML we have mailto option which will popup an empty write message window from default browser.How can I automatically get the contents from the text area and fill it in the write message window.Please help me |
|
#2
|
|||
|
|||
|
As far as I know, you can not populate the body of a "mailto" type tag dynamically. I would recommend bouncing off a perl script, as perl can do these things very easily. I am not sure if there are any decent JavaScript mail libs, but I have never seen any. Josh |
|
#3
|
|||
|
|||
|
AAMOF, I think you *can* populate a mailform with something like
<A href="mailto:name@address?subject=test&bcc=other@address&body=this is a test">Send mail</a> Works in IE4 and NS4. If you can put in something like document.myform.myfield.value you would be on your way. Success, Ton |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Need to mail with contents |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|