Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Test <noframes> by disabling frame support

  • 4 svar
  • 1 har detta problem
  • 10 visningar
  • Senaste svar av AnthonyHall

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>

Ändrad av cor-el

Vald lösning

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

Läs svaret i sitt sammanhang 👍 0

Alla svar (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

Vald lösning

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

Ändrad av AnthonyHall

more options

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

Ändrad av AnthonyHall