I have the following HTML code which is not giving any output on neither Mozilla nor IE. The status bar shows connected to www.Facebook.com & www.yahoo.com but then the pages are not displayed. I've tested in Mozilla & IE.
<HTML>
<head>
<script src="scripts.js"></script>
</head>
<frameset cols="50%,50%">
<frame src="http://search.yahoo.com/search?p=gmail" />
<frame src="http://www.facebook.com/login.php" />
</frameset>
</HTML>