it normally cannot be done without the help from the server side, but try this (this is a bug in IE, it will be fixed in the next patch or release of IE)<script>
var y = document.open("http://www.csdn.net", "_blank", "width=400,height=400,status = yes, location = yes,resizable = yes, toolbar=yes" );
                    
setTimeout('alert(y.document.body.innerHTML);y.document.close();',5000);
</script>