|
|
|
จะทำ popup เลือกภาษายังไงครับเหมือน hotmail เปิดหน้าเว็บมาแล้วมี pop up เลือกภาษา |
|
|
|
|
|
|
|
ขอบคุณอย่างแรงครับ
จะไปลองดูครับ
|
|
|
|
|
Date :
2011-10-31 10:14:46 |
By :
hwungnee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไปเจอมาที่เขาโพสไว้แล้ว
ขอบคุณมากครับ
Code (PHP)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>POPUP</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript">
function popupModal(url,width,height){
var myDate=new Date();
var setUniqe=myDate.getTime();
var diaxFeature="dialogWidth:"+width+"px;"
+"dialogHeight:"+height+"px;"
+"center:yes;"
+"edge:raised;" // sunken | raised
+"resizable:no;"
+"maximize:yes;"
+"status:no;"
+"scroll:yes;";
window.showModalDialog(url+"?"+setUniqe,"", diaxFeature);
}
</script>
</head>
<body onload="popupModal('popup.php',300,300);">
</body>
</html>
|
|
|
|
|
Date :
2011-10-31 11:24:49 |
By :
hwungnee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|