Search our Knowledgebase below for answers to our most frequently asked questions.

If you have any additional questions or requests, please request a live chat to speak with us immediately.

Main > Operation > Article #1405

How do I integrate OCC onto my webpages using Microsoft Office FrontPage?

Microsoft FrontPage has a known issue in adding excess code to the OCC HTML.

The software adds a prefix to the OCC URLs, attempting to pull the chat icon and status from a locally hosted file rather than from OCC's servers.

The prefix added to the OCC URLs is "file:"

To fix this issue without switching to a different webpage publishing method:

1. Add the prefix "http:" manually to the OCC URLs or replace the inserted "file:" prefix with "http:"

In the sample code below, you'll see the code will be changed from:

<!-- Begin OCC code for all departments/websites -->
<table border="0" cellpadding="0" cellspacing="0">
<tr><td><script type="text/javascript" src="//www.onlinechatcenters.com/icon.js"></script></td></tr>
<tr><td align="center"><a href="http://www.onlinechatcenters.com/" style="font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #000; text-decoration: none;">Live Chat Support Software</a></td></tr>
</table>
<!-- End OCC code -->

to

<!-- Begin OCC code for all departments/websites -->
<table border="0" cellpadding="0" cellspacing="0">
<tr><td><script type="text/javascript" src="http://www.onlinechatcenters.com/icon.js"></script></td></tr>
<tr><td align="center"><a href="http://www.onlinechatcenters.com/" style="font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #000; text-decoration: none;">Live Chat Support Software</a></td></tr>
</table>
<!-- End OCC code -->

The http: prefix to add is bolded in the above example.


Last Modified Time: 03/29/11

Sign up for news by email

Subscribe

Connect With Us

© Copyright 2005 - Motava Corporation - All Rights Reserved