I inserted a pop-up window on the index-page of my website (operafabriken.com). Now I would like to remove the code, but I can't find it in View -> Page HTML. You see it in the source code when looking at the published page (inside head tag:
<script language="JavaScript">
<!-- Begin
function popUp() {
props=window.open('affisch.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=600 left = 200, top = 10');
}
// End -->
</script>
and inside body tag:
<BODY onLoad="javascript:popUp()"> )
Where can I remove it in blue voda?
Thank you in advance!
/Melinda (operafabriken.com)
<script language="JavaScript">
<!-- Begin
function popUp() {
props=window.open('affisch.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=600 left = 200, top = 10');
}
// End -->
</script>
and inside body tag:
<BODY onLoad="javascript:popUp()"> )
Where can I remove it in blue voda?
Thank you in advance!
/Melinda (operafabriken.com)
Comment