on 2018 Aug 31 11:56 AM
Hello All,
Whenever i click the hyperlink a new mail to be opened in the outlook along with To, Subject and Body content. For this I had used "Href=Mailto:" functionality.
My requirement is that email body must contain table inside it. Since I am using anchor tag<A href=mailto...></A> for hyperlink, inside that<A> tag how to include table for the email body.
Please help me .
Thanks & Regards,
Meenakshi.
Request clarification before answering.
Did you try to build the body using some table tags (*) or with a tool such as WWW_ITAB_TO_HTML in the &Body part of the url mailto scheme?
But the mailto url is intended for short messages, for big one did you consider using ole2 to call the mail client of the presentation server?
(*) Use the links provided in your previous question to get list of tabs e.g. <table><tr>[<th>header</th>]</tr>[<tr>[<td>value</td>]</tr>]</table> Also remove reserved character from your table data ("?", "=", "&") or replace those with their html entities.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.