iframes (inline frames) are the best way to insert new windows in your web page. iframe is able of displaying separate documents inside that window, with no need to reload the entire page or load popup. iframe works with must of all recent browsers.To insert a new page, just set iframe properties :
object, id, #name, url, width, height, align, frameborder, margintop.../object
sample : iframe id='yop1' name='#yop1' src='http://www.google.com' width='350' height='300' align='left' frameborder='1'Your browser does not support iframes/iframe
To turn off the scrollbars : style="overflow:hidden;"