|
|
|
ทำ pop up หน้าแรกอย่างไร อยากให้หน้าแรกของเว็ป มี pop up ขึ้นมาเพื่อแสดงข้อมูล |
|
|
|
|
|
|
|
Copy มาจาก ThaiCreate.Com เลยแล้วกันนะครับ
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
MM_openBrWindow('KingOfThailand.html','king','scrollbars=no,width=787,height=385');
</script>
|
|
|
|
|
Date :
6 ธ.ค. 2548 22:45:29 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าตัวนี้ผมใช้
ผมใช้ Popup Fancybox ครับ
Code (JavaScript)
<script type="text/javascript">
$(document).ready(function() {
$("#various1").fancybox({
'titlePosition' : 'inside',
'transitionIn' : 'none',
'transitionOut' : 'none'
}).trigger('click');
});
</script>
|
|
|
|
|
Date :
2012-12-05 07:26:00 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2021-01-07 11:28:58 |
By :
benyazz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|