|
|
|
ทำฟอร์มให้ toolbar,minimize,maxzimize หายไปทำไงค่ะ(มือใหม่ค่ะ) |
|
|
|
|
|
|
|
เคยใช้แต่วิธี Popup
Code (PHP)
<?php
//ฟังก์ชั่น Popup
function popup($link,$width,$height){
$scriptpop="
window.open('$link','name','left=0,top=0,width=$width,height=$height,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');";
return $scriptpop;
}
//ตัวอย่างการเรียกใช้งาน
print '<span onclick="'.popup('http://www.google.co.th','200','150').'" style="cursor:hand;">Click</span>';
?>
|
|
|
|
|
Date :
2009-08-24 06:58:54 |
By :
panyapol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากนะค่ะ.
|
|
|
|
|
Date :
2009-08-24 13:28:03 |
By :
Nongice |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="javascript:void(0)" onclick="window.open('about.html','popup','toolbar=0,location=0,resizeable=0,directories=0,menubar=0,scrollbars=0,status=0,width=500,height=500);">
|
|
|
|
|
Date :
2009-08-24 13:48:22 |
By :
Sek-Artdrinker |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-08-17 10:36:07 |
By :
เหวิน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|