|
|
Feedback: irt.org FAQ Knowledge Base Q134
Feedback on: Sent by Paul on April 08, 2002 at 00:25:20: - feedback #3759
Worth: Comments: Then use it programmitically to send emails as desired accessing the HREF attribute. E.g. <A href="" id="sendEmail"></a> Then somewhere in JavaScript .. sendEmail.href='mailto:dahdah@there.com?Subject=This Stuff?Body=Something'; sendEmail.click(); The sendEmail object can be frequently recycled, and the href part can be built programmitically. Sent by The BG'er on Saturday June 23, 2007 at 14:57:24 - feedback #4733
Worth: Length: Technical: Comments: |
-- div -->
|