Results 1 to 2 of 2

Thread: <noframes> tag [RESOVED]

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2004
    Posts
    16

    <noframes> tag [RESOVED]

    Anybody know if the <noframes> tage applies to iframes?
    Thanks
    Last edited by CBrown; Jun 8th, 2004 at 01:28 PM.

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    no, it doesnt. here is what you do.

    eg

    Code:
    <iframe src="URL" more attributes>
    alternative content for browsers which do not
    support iframe
    </iframe>
    If the browser supports iframe then it will ignore the text in between the tags and display the iframe, if it doesnt support them then it will simply display the text rather than the iframe.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width