Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Banners ads in webmail pro Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
ggybase
Newbie
Newbie


Joined: 29 November 2011
Location: Nigeria
Online Status: Offline
Posts: 3
Posted: 29 November 2011 at 12:22am | IP Logged Quote ggybase

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 View ggybase's Profile Search for other posts by ggybase
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 29 November 2011 at 8:44am | IP Logged Quote Alex

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 View Alex's Profile Search for other posts by Alex
 
ggybase
Newbie
Newbie


Joined: 29 November 2011
Location: Nigeria
Online Status: Offline
Posts: 3
Posted: 29 November 2011 at 9:50am | IP Logged Quote ggybase

Ok,will simply need to read more

Thanks
Back to Top View ggybase's Profile Search for other posts by ggybase
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide