haltond
02-28-2006, 03:45 PM
Does anyone know what is wrong with my code? the frames work but the iframe comes up empty....
<html lang="en">
<head>
<title>customeview.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<iframe name= "framecontent.html" src="customview.html" width = "100%" height = "50%">
</iframe>
<frameset cols="218,81%">
<frame src= "GeneralInformation.html" name="General Information" noresize
height "100%" width "25%">
<frameset rows="75%,25%">
<frame src="Search.htm" name="Search" noresize frameborder="75%" marginwidth="75%">
<frame src="Workflow.htm" name="Workflow" noresize
frameborder="25%" marginwidth="25%">
<noframes>
<p>Link to non-frames version here for browsers which do not support frames</p>
</noframes>
</frameset>
</frameset>
</frameset>
</html>
<html lang="en">
<head>
<title>customeview.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<iframe name= "framecontent.html" src="customview.html" width = "100%" height = "50%">
</iframe>
<frameset cols="218,81%">
<frame src= "GeneralInformation.html" name="General Information" noresize
height "100%" width "25%">
<frameset rows="75%,25%">
<frame src="Search.htm" name="Search" noresize frameborder="75%" marginwidth="75%">
<frame src="Workflow.htm" name="Workflow" noresize
frameborder="25%" marginwidth="25%">
<noframes>
<p>Link to non-frames version here for browsers which do not support frames</p>
</noframes>
</frameset>
</frameset>
</frameset>
</html>