Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript code who can import/export data from Outlook

Status
Not open for further replies.

ningoba

Programmer
May 17, 2008
2
IN
Hi All,

I have a requirement.I got a HTML/JSP page(parent page). When a button is pressed, an email window (native to the client machine e.g. OUTLOOK) will be displayed as a popup. I have to populate whatever the data(any data e.g., table,images etc) in the parent page as the body of the mail.

Please anybody help me.
 
Thanks vbkris,

But in this link I can't find, how to paste the content of the parent HTML page to the body of the mail. I can only find the code to add some text only. Suggestions with code will be most welcome.

Thanks
Ingoba
 
hi,

you can easily manipulate the tag using DOM.

something like this:

document.getElementById("Link").setAttribute("href","mailto:"+textFromParent);

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top