Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Test <noframes> by disabling frame support

more options

I would like to test the <noframes> version of pages on my site. I tried to do this by disabling frame support. That stopped the frame appearing but I can't get the text in the <noframes> tag to appear. Here is the page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML> 
  <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> 
	 <TITLE>Lincolnshore Branch of the Society of Recorder Players</TITLE>
  </HEAD> 
  <frameset rows="100%">
    <frame src="http://lincssrp.nicholas-wynne.co.uk/">
    <noframes>
      <body>This branch hosts its own website. <a href="http://lincssrp.nicholas-wynne.co.uk/">Please click here</a>.
      </body>
    </noframes>
  </frameset>
</HTML>
I would like to test the <noframes> version of pages on my site. I tried to do this by disabling frame support. That stopped the frame appearing but I can't get the text in the <noframes> tag to appear. Here is the page:<br /> <br /> <pre><nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <TITLE>Lincolnshore Branch of the Society of Recorder Players</TITLE> </HEAD> <frameset rows="100%"> <frame src="http://lincssrp.nicholas-wynne.co.uk/"> <noframes> <body>This branch hosts its own website. <a href="http://lincssrp.nicholas-wynne.co.uk/">Please click here</a>. </body> </noframes> </frameset> </HTML></nowiki></pre>

Modified by cor-el

Chosen solution

Support for noframes content seems to have been removed in current Firefox releases.
It still works in Firefox 3.6.x.

Read this answer in context 👍 0

All Replies (4)

more options

Does it show in other browsers?

If you use the NoScript extension, check whether you are hiding the content under Options > Advanced > Untrusted.

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

more options

Chosen Solution

Support for noframes content seems to have been removed in current Firefox releases.
It still works in Firefox 3.6.x.

more options

Thanks - 3.6 does indeed work fine

Anthony

Modified by AnthonyHall

more options

Thanks jscher2000 for the suggestion, but I wasn't using the NoScript extension.

Modified by AnthonyHall