|
|
|
submit form ให้ขึ้นเป็น popup และอยู่กลางจอ window ต้องทำยังไงค่ะ |
|
|
|
|
|
|
|
ใช้ div ก็ได้คับ สร้าง
<div style="??" id="xxx"></div> ขึ้นมา 1 ตัวแล้ว กำหนดตำแหน่งโดยใช้ css เพื่อให้มาอยู่ที่กลางจอ
จากนั้นกำหนดให้ div มีค่าเป็น display:none ใน css ก็จะทำให้ ไม่เห็น div ที่สร้างไว้
ทีนี้ปุ่ม ก็ทำการใส่ onclick เข้าไปเมื่อกด ให้ document.getElementById('xxx').style.display="";
เมื่อกดปุ่มมันก็จะโช div ที่สร้างไว้มาแสดง
|
|
|
|
|
Date :
2011-03-30 13:29:20 |
By :
siammbk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่รู้ว่าผมเข้าใจถูกมั้ยครับ นาจะใช้เป็น
js มาช่วย
window.open('filename.php, 'x','toolbar=0 width=600 height=400');
ใส่ตรง form ที่จะ submit ไป หรือจะเขียนเป็น function js check submit ก็ได้ครับ ลองดู
|
|
|
|
|
Date :
2011-03-30 14:13:14 |
By :
seksan2011 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่รู้ว่าใช่แบบที่ต้องการรึป่าวน่ะครับ แค่นี่มันก็ขึ้นแล้วครับ
echo "<script>alert(' การทำรายการเสร็จสมบูรณ์'); window.location ='หน้าอะไรก็ได้';</script>";
|
|
|
|
|
Date :
2011-03-31 14:22:02 |
By :
chonburi f.c |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งืมๆ ตาลทำไม่ได้เลยซักอันอ่ะค่ะ คือบบว่า พอเราคลิกที่ลิ้ง คำว่า login ก็ต้องการให้ ฟอม login มันเด้งขึ้นมากลางหน้าจอ เพื่อที่จะ login เข้าสู่ระบบอ่ะค่ะ ตัวอย่างเลยนะค่ะ เหมือนกับ เวลาเราคลิก การอัพโหลดแทรกรูปภาพ ของ thaicreate.นี้แหละค่ะ ต้องเขียนโค้ดยังไงอ่าาา
|
|
|
|
|
Date :
2011-04-01 09:23:48 |
By :
TarnNee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
<script type="text/javascript">
function popup(url,name,windowWidth,windowHeight){
myleft=(screen.width)?(screen.width-windowWidth)/2:100;
mytop=(screen.height)?(screen.height-windowHeight)/2:100;
properties = "width="+windowWidth+",height="+windowHeight;
properties +=",scrollbars=yes, top="+mytop+",left="+myleft;
window.open(url,name,properties);
}
</script>
<a href="javascript:popup('http://www.google.com','',400,400)" >เปิด google.com แบบ popup </a>
|
|
|
|
|
Date :
2011-04-27 17:14:44 |
By :
ทิง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locate='search_find_pm_id_window2.php
window2=open(locate,'DisplayWindows','location=no,toolbar=no,scrollbars=yes,width=700,height=600,status=yes');
window2.focus();
|
|
|
|
|
Date :
2011-04-27 19:46:45 |
By :
nut_ch31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|