deadclosed
หัวหน้าแก๊งเสียว
พลังน้ำใจ: 133
ออฟไลน์
กระทู้: 1,553
|
 |
« ตอบ #2 เมื่อ: 18 พฤศจิกายน 2010, 13:48:35 » |
|
แบบนี้หรือเปล่า เอาแบบจาวาสคริปน่ะ
<script> var winheight = window.screen.height; var winwidth = window.screen.width; var centerh = (winheight/2); var centerw = (winwidth/2); function cromelesswin(url,x,y,width,height,name,center) { if (center=='yes') { x = centerw-(width/2); y = centerh-(height/2); } cromelesswindow = window.open(url, name, "fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0") cromelesswindow.resizeTo(width, height); cromelesswindow.moveTo(x, y); } </script>
<a href="javascript:cromelesswin('test2.php',0,0,300,200,'test','yes')" onfocus="this.blur()">test</a>
แล้วเราก็ไปสร้างไฟล์ test2.php มา1ไฟล์ น่าจะประมาณนี้ ไม่ได้ยังไงก็บอกล่ะกัน
|