Need IFRAME help
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>
Give his a Shot?
Concur with Kravvitz completely! Take the iframe out of your “master” page and place your iframe into one of your pages that you have defined within the “master” and everything should work.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks