|
|
|
สอบถามเรื่อง jascript หน่อย ครับ คือว่า ผม รันใน chome สามารถเลื่อน scoll bar ได้แต่ใน IE ไม่สามารถเลื่อนลงมาได้ครับ |
|
|
|
|
|
|
|
ใช้ Code ยังไงครับ
|
|
|
|
|
Date :
2013-06-27 21:16:05 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้โค๊ดตัวนี้ ครับ
<a href="javascript:;" onclick="javascript:window.open('add_project_search_search.php','','scrollbars=no,width=1020,height=560');"><span class="style123"><span class="style89">ค้นหา </span></span></a>
|
|
|
|
|
Date :
2013-06-28 09:00:40 |
By :
031130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้ว คับ ตัวอย่างจากในนี้
<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('url','',1200,560)" ><span class="style123"><span class="style89">ค้นหา</span></span></a>
|
|
|
|
|
Date :
2013-06-28 10:04:45 |
By :
031130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|