Forums
This topic is locked
Failed Invalid Frame:Missing Title attribute
12 Mar 2005 00:22:41 Lars Sven posted:
I have been succuseful making Frameset pages before but now I im getting errors everytime I make a new Frameset. However, when I open previously made Frameset pages they work. Im very confused Im making a website that has frames and when I test it in every browser I get error.
This is what it says when I load it in Safari
There was 2 errors operating the page. For information, choose Activity from Window menu.
I then started over(many times) and I got the same promblem. I look in Site Report I saw this
message.
Frame with valid TITLE [Section 508 1194.22(i); WAI/ WCAG1.0 checkpoint 12.1] --Failed Invalid frame: Missing Title attribute
When I try dreamweaver on my other computer it works. So, I think I must have click on some kind of setting.
The problem started to occur when I was putting in plugin or active X movie. Did I click something. Can someone help me. Thanks
This is my html---
<pre id=code><font face=courier size=2 id=code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
</head>
<frameset rows="*" cols="196,618">
<frame src="/left.html" />
<frame src="/right.html" />
</frameset>
<noframes><body>
</body></noframes>
</html>
</font id=code></pre id=code><img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>
Edited by - veckholm on 12 Mar 2005 18:42:21