0
我想了一個簡單的例子彈出在同一頁上,而不是打開使用彈出新窗口
<html>
<script type="text/javascript">
$('.example1demo').popupWindow({
height:500,
width:800,
top:50,
left:50
});
</script>
<p><a href="http://www.yahoo.com" title="yahoo.com" class="example1demo">open popup</a></p>
</html>
經過這與Firefox和Chrome瀏覽器 - 而不是在新的窗口。它採用打開彈出同一個窗口。如何解決此問題並在新窗口中打開彈出窗口?
謝謝,它使用了這段代碼。 –