Page is a not externally linkable
madcat - 1:42 am on Jan 3, 2003 (gmt 0)
I see that this appears in the source code before anything (making the doctype come in second place): <!-- BEGIN 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...
Shouldn't you just be able to go to any site and press Ctrl + Alt + v and see if the page validates? I used to.
<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 -->