Forum Moderators: open
I see that this appears in the source code before anything (making the doctype come in second place):
<!-- BEGIN Popup Blocker -->
<script language='javascript'>
NS_ActualOpen=window.open;
function NS_NullWindow(){this.window;}
function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());}
window.open=NS_NewOpen;
</script>
<!-- END Popup Blocker -->
----------------------------------------------------------------------------
Anyone know how I remove this pop-up blocker? I understand it's inherent in Opera. But if this is the problem, I would miss Ctrl + Alt + v too much...