dcjones
01-09-2003, 01:46 PM
Hi All,
I have asked this question before but I am still having problems,
I have a FRAMESET with 2 FRAMES, TOP & BOTTOM.
There is a link in FRAMESET1 that calls an external site.
I want the external site to be loaded into FRAMESET2 Bottom FRAME.
FRAMESET1
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="http://www.testsite.com">Link</a>
</body>
</html>
FRAMESET2
<html>
<head>
<title>Travelling to England : External Link</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="ExternalTopFrame.htm" >
<frame name="mainFrame" src="ExternalMFrame.htm" scrolling "no" noresize marginheight="0" marginwidth="0">
<frame src="http://www.testsite.com" name="mainframe" marginheight="0" marginwidth="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
Is this possible
Your help is required,
Regards
Dereck
I have asked this question before but I am still having problems,
I have a FRAMESET with 2 FRAMES, TOP & BOTTOM.
There is a link in FRAMESET1 that calls an external site.
I want the external site to be loaded into FRAMESET2 Bottom FRAME.
FRAMESET1
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="http://www.testsite.com">Link</a>
</body>
</html>
FRAMESET2
<html>
<head>
<title>Travelling to England : External Link</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="ExternalTopFrame.htm" >
<frame name="mainFrame" src="ExternalMFrame.htm" scrolling "no" noresize marginheight="0" marginwidth="0">
<frame src="http://www.testsite.com" name="mainframe" marginheight="0" marginwidth="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
Is this possible
Your help is required,
Regards
Dereck