Posted by : Unknown
13/10/12
Để tạo Popup window như thế, trước tiên đặt đoạn code dưới đây vào trước thẻ </head>
<script type="text/javascript"> //<![CDATA[ function OpenPopup(Url,WindowName,width,height,extras,scrollbars) { var wide = width; var high = height; var additional= extras; var top = (screen.height-high)/2; var leftside = (screen.width-wide)/2; newWindow=window.open(''+ Url + '',''+ WindowName + '','width=' + wide + ',height=' + high + ',top=' + top + ',left=' + leftside + ',features=' + additional + '' + ',scrollbars=1'); newWindow.focus(); } //]]> </script>
<a href="javascript: void(0);" onclick=" javascript:OpenPopup('http://zhuzing.blogspot.com/','WindowName','510','280','scrollbars=1');">Liên kết đến zhuzing</a>
{ 0 nhận xét }