<a href="○○.html" onclick=" window.open('○○.htm', '_blank','width=200,height=200'); return false;">XXX</a>
で簡単に別窓で出せる。勿論指定はwidthとheightで行う。この一行でいいのはかなり便利!参考URLhttp://www.tohoho-web.com/how2/window.htm
<a href="○○.html" onclick=" window.open('○○.htm', '_blank','width=200,height=200'); return false;">XXX</a>
で簡単に別窓で出せる。勿論指定はwidthとheightで行う。この一行でいいのはかなり便利!参考URLhttp://www.tohoho-web.com/how2/window.htm