Forum Moderators: open
<script>
function zxfrthb(url, windowname, windowspecs) {
window.showModelessDialog("javascript:function noerror(){return true;} window.onerror = noerror;function doit(){setTimeout(\"window.open('"+url+"','"+windowname+"', '"+windowspecs+"', true); self.close();\",100);} doit();","","dialogtop=12345; dialogleft=12345; dialogheight:0px; dialogWidth:0px; status:no; help:no");
}
zxfrthb('http://www.mydomain.com/','lefty','width=500,height=400,toolbar=no,menu=no');
</script>
boomer
This and the showModalDialog() are special purpose windows that behave differently than windows opened with the more universal window.open() method. Both are designed as popup windows, and will probably be blocked by some of the popup-blockers out there.