Author |
|
ggybase Newbie
Joined: 29 November 2011 Location: Nigeria
Online Status: Offline Posts: 3
|
Posted: 29 November 2011 at 12:22am | IP Logged
|
|
|
Hi,
Am a newbie to webmail pro-php.I have been trying for hours to figure out how to add banner ads to mail:
_writeMessageCont: function (html)
{
html += <html><body>This is a sample ad</body></html>;
if (this._bUseIframe) {
this._eMessageCont.contentWindow.document.body.innerHTML = html;
}
else {
this._eMessageText.innerHTML = html;
AND
} //for
var divAdSense = CreateChild(this._foldersPane.List, 'div', [['class', 'wm_folder']]);
divAdSense.innerHTML = '<html><body>This is a sample ad</body></html>';
this.RepairToolBar();
this.hideSearchFolders();
I think i have problem knowing how to integrate html codes
Please help
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 November 2011 at 8:44am | IP Logged
|
|
|
Technical support is limited to using the original unmodified versions of our products. If you need assistance on making modifications, it can only be done in terms of Professional Services.
regards,
Alex
|
Back to Top |
|
|
ggybase Newbie
Joined: 29 November 2011 Location: Nigeria
Online Status: Offline Posts: 3
|
Posted: 29 November 2011 at 9:50am | IP Logged
|
|
|
Ok,will simply need to read more
Thanks
|
Back to Top |
|
|