Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q540 How can I stop popup windows being opened up by my web host provider?

You are here: irt.org | FAQ | JavaScript | Window | Q540 [ previous next ]

Ermm. Not sure if I should be telling you this:

<html>
<head>
<script language="JavaScript"><!--
function open() {
    // override the window.open() method
}
//--></script>
</head>
<body>
...

Feedback on 'Q540 How can I stop popup windows being opened up by my web host provider?'

©2018 Martin Webb