 |
|
เป็นความรู้ใหม่อีกแล้ว
ขอบคุณครับพี่วิน
เอามาเรียบเรียงใหม่ครับ
index.html
Code (PHP)
<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('show.html','',350,150)">SHOW pop up</a>
show.html
Code (PHP)
<script language="JavaScript">
function closeRefresh() {
window.opener.location.reload();//รีเฟรชหน้าหลัก
self.close();//ปิด pop up
}
</script>
<input type="submit" value="Close" onclick="closeRefresh();">
|
ประวัติการแก้ไข 2010-10-21 13:42:06
 |
 |
 |
 |
Date :
2010-10-21 11:54:27 |
By :
iieszz |
|
 |
 |
 |
 |
|
|
 |