Access: [6.5.1.2]: <noframes> section invalid (no value) (Priority 2)
Cause:
A valid <noframes> section includes at least one word of text or accessible html code and
all links required to navigate the site. Do not use the <noframes> section to inform users
that they must upgrade to a browser that supports frames.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/6.5.1</title>
</head>
<body>
<frameset>
<noframes>
</noframes>
</frameset>
</body>
</html>
|
Solution:
References: