window.open: Create a new html window with the content in the parent window
By Webdevelopmentlogics
var child_window=window.open('','', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=600,height=550,left = 507,top = 379');
child_window.document.write(document.form.parentwindowcontent);