Would this script be kosher with ad blockers?
It opens a new (small) window over the existing page.
I know its not considered best practice but a client wants it.
So will it function reliably??
Code:
<FORM>
<INPUT type="button" value="New Window!" onClick="window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')">
</FORM>
|