OnePartner HIE




OnePartner Uninterrupted Service Seal
The Uninterrupted Service Seal may be incorporated into the web pages of any web site or application hosted within the OnePartner ATAC ("Advanced Technology & Applications Center"). The seal provides our clients with a simple mechanism to illustrate their investment in high-availability services for their own clients, business partners and prospective clients.

We recognize that our clients have selected the ATAC for the advantages it provides both within the organization and through the additional value it creates in the marketplace.

Please let us know if we can help you increase your business in other ways.

Installation
  1. Add the script below between html "<head>" and "</head>" tags.

    <!-- OnePartner Uninterrupted Service Seal -->
    <script src="https://www.onepartner.com/v4/seal/seal_parameters.js" type="text/javascript"></script>
    <!-- OnePartner Uninterrupted Service Seal -->

  2. Add the script below within the html body to locate the seal as desired.

    <!-- OnePartner Uninterrupted Service Seal -->
    <script language="JavaScript" type="text/javascript">
    AC_FL_RunContent(
    'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'width', '158',
    'height', '63',
    'src', 'https://www.onepartner.com/v4/seal/onePartnerSeal',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'transparent',
    'devicefont', 'false',
    'id', 'onePartnerSeal',
    'bgcolor', '#ffffff',
    'name', 'onePartnerSeal',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'https://www.onepartner.com/v4/seal/onePartnerSeal',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="158" height="63" id="onePartnerSeal" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="https://www.onepartner.com/v4/seal/onePartnerSeal.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /> <embed src="https://www.onepartner.com/v4/seal/onePartnerSeal.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="158" height="63" name="onePartnerSeal" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.adobe.com/go/getflashplayer" />
    </object>
    </noscript>
    <!-- OnePartner Uninterrupted Service Seal -->