Can anyone tell me how to get the HTML code of a page in a frame?
I'm using
function view_HTML( )
{
var newwin = window.open( "", 'templateview', 'scrollbars=yes,width=600,height=600');
newwin.document.open( );
newwin.document.write("<html><head></head><body>\n")...