A
alxasa
Try navigating to HOTMAIL from the resulting page.... eventually it
pops out of frames mode. Is there any different approach to this that
will not do that? Alxasa
<loadme.htm code>
----------------------------------------------------
<html>
<frameset rows="50%,50%">
<frame src="" name="main">
<frame src="page.htm" name="menu">
</frameset>
</html>
<page.htm code>
-----------------------------------------------------
<html>
<head>
<script language="JavaScript">
<!-- hide
function load(url) {
parent.main.location.href= url;
}
// -->
</script>
</head>
<body>
<a href="http://www.msn.com" target="main">LOAD MSN</a>
</body>
</html>
pops out of frames mode. Is there any different approach to this that
will not do that? Alxasa
<loadme.htm code>
----------------------------------------------------
<html>
<frameset rows="50%,50%">
<frame src="" name="main">
<frame src="page.htm" name="menu">
</frameset>
</html>
<page.htm code>
-----------------------------------------------------
<html>
<head>
<script language="JavaScript">
<!-- hide
function load(url) {
parent.main.location.href= url;
}
// -->
</script>
</head>
<body>
<a href="http://www.msn.com" target="main">LOAD MSN</a>
</body>
</html>