10/05/05 12:53:16 DA4Nur7Q0
<script type="text/javascript">
function _imgop(src) {
gazo=window.open("","","toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
gazo.document.write("<html><"+"head><title></title></head><body><center>");
gazo.document.write("<a href='javascript:window.close()'>");
gazo.document.write("<img src='"+src+"' border=0 alt='原寸表示' title='クリックでウィンドウを閉じます'>");
gazo.document.write("</center></body></html>");
gazo.document.close();
}
</script>
↑みたいなスクリプトがあって()の中身に誤爆しないようにするには
boundsで弾いてやればいいんだと思うんだけどどう書けばいいの?