angularjs - Norton security seal in Angular partial -


i have received html code norton

<table width="135" border="0" cellpadding="2" cellspacing="0"     title="click verify - site chose symantec ssl secure e-commerce , confidential communications." style="position: absolute; left: 0; bottom: 10px">     <tr>         <td width="135" align="center" valign="top">             <script type="text/javascript-lazy"                     src="https://seal.websecurity.norton.com/getseal?host_name=myhostname&amp;size=l&amp;use_flash=no&amp;use_transparent=no&amp;lang=en" script></script>             <br />             <a href="http://www.symantec.com/ssl-certificates" target="_blank" style="color: #000000; text-decoration: none; font: bold 7px verdana,sans-serif; letter-spacing: .5px; text-align: center; margin: 0px; padding: 0px;">about ssl certificates</a></td>     </tr> </table> 

i have added above code in angular partial. when render page page intended norton image not showing , console has following error:

failed execute 'write' on 'document': isn't possible write document asynchronously-loaded external script unless explicitly opened

from above message understand script inside html makes call js file on remote server contains document.write causing issue. can't change content of remote file.

i have tried following github repo failed understand implementation , when used not able fix issue.

[https://gist.github.com/endorama/7369006][1] 

any suggestions/help?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -