1 2 3 4 5 6 7 | <script language= "javascript" type= "text/javascript" > function MM_openBrWindow(theURL,winName,features) { var wopen; wopen=window.open(theURL,winName,features); wopen.focus(); } </script> |
1 2 3 | <a href= "javascript:void(0);" onclick= "MM_openBrWindow('***/***.html','browserwindow','menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400')" > ブラウザウィンドウ >> </a> |