Hi, i put this code for open popout : <a href="javascript: void(0)" onclick="window.open('page.php', 'page', 'width=900, height=2000', 'resizable=yes'); return false;" class="left_top">Page</a> HTML: I cant see ''Scrollbars'' in IE and Mozzila browsers ? Thx!
hi decrease the height. it should not be more than your page.php length. and for scrollbars add this scrollbars=1 <a href="javascript: void(0)" onclick="window.open('page.php', 'page', 'width=900, height=400', 'resizable=yes','scrollbars=1'); return false;" class="left_top">Page</a> Code (markup): vineet