Originally reported on Google Code with ID 2429
<script type="javascript">
function pop(theURL) {
win = window.open(theURL,"","scrollbars=1,resizable,height=600,width=600");
}
</script>
<a href="javascript:pop('wiki')">Branch Web Site News and Help</a>
This will pop the window with firebug disabled but not with it enabled.
Also, when exiting firefox, the firefox.exe process goes compute bound and
doesn't terminate.
Reported by larrywakeman97 on 2009-10-27 02:28:10
该提问来源于开源项目:firebug/firebug