Authorized Dealer Widget (Animated)

Copy and paste below code into your website where you want to display this widget.

<div id=”OpticoatMsgBox” style=”position: absolute; z-index: 99999; text-align: center;”>

<a style=”display: inline-block;” href=”https://opticoat.com” target=”_blank” rel=”noopener”> <img src=”https://opticoat.com/themes/icart/images/banner-opticoat-authrzd-installer-(US).gif” alt=”opticoat.com” width=”200″ height=”50″ /> </a>
<div id=”ajax-loader” style=”display: none; margin-top: 7px;”><img src=”https://opticoat.com/themes/icart/images/opticoat-loader.gif” alt=”loader” width=”100″ height=”5″ /></div>
&nbsp;
<div id=”OpticoateMsgData” style=”font-size: 11px; font-weight: 400; margin-top: 0;”></div>
&nbsp;

</div>
<script type=”text/javascript”> function dealerVerification(e){document.getElementById(“OpticoateMsgData”).innerHTML=””,document.getElementById(“ajax-loader”).style.display=”block”,document.getElementById(“OpticoateMsgData”).style.display=”block”;var t=new XMLHttpRequest;t.onreadystatechange=function(){4==t.readyState&&200==t.status&&(document.getElementById(“ajax-loader”).style.display=”none”,document.getElementById(“OpticoateMsgData”).innerHTML=t.responseText)},t.open(“POST”,”https://opticoat.com/dealer/authorised”,!0),t.setRequestHeader(“Content-type”,”application/x-www-form-urlencoded”),t.send(“dealer_id=”+e)}</script>

Authorized Dealer Widget (Static)

Copy and paste below code into your website where you want to display this widget.

<div id=”OpticoatMsgBoxBanner” style=”position: absolute; z-index: 99999; text-align: center;”>

<a style=”display: inline-block;” href=”https://opticoat.com” target=”_blank” rel=”noopener”> <img src=”https://opticoat.com/themes/icart/images/banner-opticoat-authrzd-installer-(US).png” alt=”opticoat.com” width=”200″ height=”50″ /> </a>
<div id=”ajax-loader-banner” style=”display: none; margin-top: 7px;”><img src=”https://opticoat.com/themes/icart/images/opticoat-loader.gif” alt=”loader” width=”100″ height=”5″ /></div>
<div id=”OpticoateMsgDataBanner” style=”font-size: 11px; font-weight: 400; margin-top: 0;”></div>
</div>
<script type=”text/javascript”> function dealerVerificationBanner(e){document.getElementById(“OpticoateMsgDataBanner”).innerHTML=””,document.getElementById(“ajax-loader-banner”).style.display=”block”,document.getElementById(“OpticoatMsgBoxBanner”).style.display=”block”;var t=new XMLHttpRequest;t.onreadystatechange=function(){4==t.readyState&&200==t.status&&(document.getElementById(“ajax-loader-banner”).style.display=”none”,document.getElementById(“OpticoateMsgDataBanner”).innerHTML=t.responseText)},t.open(“POST”,”https://opticoat.com/dealer/authorised”,!0),t.setRequestHeader(“Content-type”,”application/x-www-form-urlencoded”),t.send(“dealer_id=”+e)}</script>