Access your Activa Live Chat account. Sign In Here »

Activa Live Chat Features

contact us Contact Us by E-mail

call us 888–4–CHAT–44
(888–424–2844)

Free Trial

Get full access to Activa Live Chat for 14-days with a trial sign up.

Customization Request

Use our professionals for custom implementations or design services.

Blocking Live Track co-browsing from specific pages

Activa Live Chat Support » Miscellaneous » How To

Article ID: 35 | Last Modified: 06/11/2008

Administrators may wish to block operators from being able to co-browse visitors (using the Live Track co-browsing feature) on specific pages, such as pages that contain sensitive information (e.g., credit card information, etc.).

Below is a very simple technique to block co-browsing on specific pages. Just add the following snippet of JavaScript code to any page you wish to block from co-browsing:

<script type="text/javascript">
var __ALC_COBROWSE_BLOCKED = true;
</script>