943,672 Members | Top Members by Rank

Ad:
Sep 12th, 2008
0

help!!!!

Expand Post »
what is the general syntax for the <noframes> tag???
Reputation Points: 10
Solved Threads: 0
Newbie Poster
s080072 is offline Offline
8 posts
since May 2008
Sep 13th, 2008
-1

Re: help!!!!

that means if you are using frame tag in that some areas no need to use frames that time you will insert this tag
Reputation Points: 12
Solved Threads: 34
Posting Whiz
sreein1986 is offline Offline
306 posts
since May 2008
Sep 13th, 2008
0

Re: help!!!!

The noframes element displays text for browsers that do not handle frames. The noframes element goes inside the frameset element.

If a browser handles frames, it will not display the text in the noframes element.

Important: If you add a <noframes> tag to a frameset, you will have to enclose the text in <body></body> tags!

Example:

html Syntax (Toggle Plain Text)
  1. <frameset cols = "25%, 25%,*">
  2. <noframes>
  3. <body>Your browser does not handle frames!</body>
  4. </noframes>
  5. <frame src ="venus.htm" />
  6. <frame src ="sun.htm" />
  7. <frame src ="mercur.htm" />
  8. </frameset>
Last edited by peter_budo; Sep 14th, 2008 at 8:23 am. Reason: Keep It Organized - please use [code] tags
Team Colleague
Reputation Points: 92
Solved Threads: 21
Posting Pro in Training
FC Jamison is offline Offline
436 posts
since Jun 2004
Sep 15th, 2008
0

Re: help!!!!

No Frames:
The<NOFRAMES> tag identifies a section of the HTML file that contains code to be read by frame-blind browsers. The <BODY> tags must be placed with a pair of <NOFRAMES> tags.
Syntax:
html Syntax (Toggle Plain Text)
  1. <HTML>
  2. <HEAD>
  3. <TITLE>(Page Title)</TITLE>
  4. </HEAD>
  5. <FRAMESET>
  6. (Frame Definitions)
  7. </FRAMESET>
  8. <NOFRAMES>
  9. <BODY>
  10. (Page Layout)
  11. </BODY>
  12. </NOFRAMES>
  13. </HTML>
Last edited by Shanti C; Sep 15th, 2008 at 4:00 am.
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Shanti C is offline Offline
1,641 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Horizontal and vertical scroll .
Next Thread in HTML and CSS Forum Timeline: shake your hand





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC