I am having trouble with frames. I get a blank page when i try to browse my page. The code is below. I must be missing something obvious.
Both pages I am trying to feed into these frames look OK if viewed individually, but if I try to view the page whose code is above, I get a blank page. Help! X-)
Code:
<html>
<head>
<title>Index</title>
</head>
<body>
<!-- frames -->
<frameset cols="13%,*">
<frame name="Menu" src="../../CFDOCS/TLGD_Intranet/MenuPage.cfm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="1">
<frame name="Main" src="../../CFDOCS/TLGD_Intranet/HomePage.cfm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="1">
</frameset>
</body>
</html>
Both pages I am trying to feed into these frames look OK if viewed individually, but if I try to view the page whose code is above, I get a blank page. Help! X-)