help!!!!

Reply

Join Date: May 2008
Posts: 7
Reputation: s080072 is an unknown quantity at this point 
Solved Threads: 0
s080072 s080072 is offline Offline
Newbie Poster

help!!!!

 
0
  #1
Sep 12th, 2008
what is the general syntax for the <noframes> tag???
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: help!!!!

 
-1
  #2
Sep 13th, 2008
that means if you are using frame tag in that some areas no need to use frames that time you will insert this tag
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: help!!!!

 
0
  #3
Sep 13th, 2008
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:

  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
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,073
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: help!!!!

 
0
  #4
Sep 15th, 2008
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:
  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 Chepuru; Sep 15th, 2008 at 4:00 am.
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC