Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: frame help  (Read 8791 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    frame help
    « on: March 03, 2010, 03:32:12 PM »
    Would this Frame code be right

    <HTML>
    <HEAD>
    <TITLE>Roberts Art Gallery</TITLE>
    <META NAME="KEYWORDS" CONTENT="customize,artwork,home,decoration,charcoal,drawings,web,site,design,graphics,digital,computer,repair,technician,art,gallery,">
    <META NAME="desciption" CONTENT="For the best FREE Computer Repair Service and Art Gallery come to us.">
    </HEAD>
    <FRAMESET ROWS="50%,50%">
    <FRAME SRC="page a.html">
    <FRAME SRC="page b.html">
    </FRAMSET>
    </HTML>   

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: frame help
    « Reply #1 on: March 03, 2010, 05:53:01 PM »
    No.
    I was trying to dereference Null Pointers before it was cool.

    Treval



      Hopeful

      Thanked: 14
      Re: frame help
      « Reply #2 on: March 03, 2010, 07:03:48 PM »
      How is that not correct?

      frameset example

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: frame help
      « Reply #3 on: March 03, 2010, 08:09:14 PM »
      I don't see anything wrong with it.  Have you tried it?  Should work just like this example: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_rows

      nymph4

        Topic Starter


        Specialist

        Re: frame help
        « Reply #4 on: March 03, 2010, 08:17:35 PM »
        OK I found this on  htmlgoodies.com

        <FRAMESET ROWS="50%,50%">
        <FRAME SRC="page a.html">
        <FRAME SRC="page b.html">
        </FRAMSET>
        </HTML>   

        soybean



          Genius
        • The first soybean ever to learn the computer.
        • Thanked: 469
        • Computer: Specs
        • Experience: Experienced
        • OS: Windows 10
        Re: frame help
        « Reply #5 on: March 03, 2010, 08:22:42 PM »
        OK, and that confirms your code is OK, just as my and Treval's links confirmed it.  ::)

        nymph4

          Topic Starter


          Specialist

          Re: frame help
          « Reply #6 on: March 03, 2010, 08:26:10 PM »
          No the site you gave a link to did not have  HTML  just  HTM  and it had a lot of  ////  affter the page name???

          soybean



            Genius
          • The first soybean ever to learn the computer.
          • Thanked: 469
          • Computer: Specs
          • Experience: Experienced
          • OS: Windows 10
          Re: frame help
          « Reply #7 on: March 03, 2010, 08:41:31 PM »
          Whether the page file name ends with HTM or HTML makes no difference.  And, the /'s work fine, but you can omit them; I believe that technique, i.e. using the /'s, is part of the XHTML standard, which has some differences to HTML.  Do you think w3schools.com would put up bad examples?   :o

          Of course, you page file name, ending in HTM or HTML, must be consistent with however you've named the pages you reference in your frames.

          Treval



            Hopeful

            Thanked: 14
            Re: frame help
            « Reply #8 on: March 03, 2010, 09:03:42 PM »
            It's an ASP page (.asp) and there is no difference between .htm and .html other than that in the old days, only 8 characters were allowed for filenames so that is 5+3 (3 for the extension); e.g. file1.ext. Now, 255 chars are allowed for filenames. In any case, .htm and .html are the same.

            A lot of '///' probably meant the file:// protocol. Some browsers are configured automatically to intelligently reconstruct xyz.com to http://xyz.com or http://www.xyz.com.

            Anyways, try http:// in front of it by going here: http://www.htmlgoodies.com/.

            Treval

            BC_Programmer


              Mastermind
            • Typing is no substitute for thinking.
            • Thanked: 1140
              • Yes
              • Yes
              • BC-Programming.com
            • Certifications: List
            • Computer: Specs
            • Experience: Beginner
            • OS: Windows 11
            Re: frame help
            « Reply #9 on: March 03, 2010, 09:10:25 PM »
            She asked if it was right not if it would work.

            Right would therefore mean that the closing frameset tag would be spelled properly.


            I was trying to dereference Null Pointers before it was cool.

            Treval



              Hopeful

              Thanked: 14
              Re: frame help
              « Reply #10 on: March 03, 2010, 09:11:57 PM »
              Lmfao, yeah, I skip read a lot.
              So do others. =P
              You're a good programmer man, one of the skills is being able to read very well!

              soybean



                Genius
              • The first soybean ever to learn the computer.
              • Thanked: 469
              • Computer: Specs
              • Experience: Experienced
              • OS: Windows 10
              Re: frame help
              « Reply #11 on: March 03, 2010, 09:38:44 PM »
              She asked if it was right not if it would work.

              Right would therefore mean that the closing frameset tag would be spelled properly.
              Umm, why not mention the spelling error in the first place?   ::)

              A lot of '///' probably meant the file:// protocol. Some browsers are configured automatically to intelligently reconstruct xyz.com to http://xyz.com or http://www.xyz.com.

              Anyways, try http:// in front of it by going here: http://www.htmlgoodies.com/.
              I believe she was talking about this:
                <frame src="frame_a.htm" />

              BC_Programmer


                Mastermind
              • Typing is no substitute for thinking.
              • Thanked: 1140
                • Yes
                • Yes
                • BC-Programming.com
              • Certifications: List
              • Computer: Specs
              • Experience: Beginner
              • OS: Windows 11
              Re: frame help
              « Reply #12 on: March 03, 2010, 09:53:21 PM »
              Umm, why not mention the spelling error in the first place?   ::)

              I was being intentionally terse.

              I was trying to dereference Null Pointers before it was cool.

              Treval



                Hopeful

                Thanked: 14
                Re: frame help
                « Reply #13 on: March 03, 2010, 11:28:10 PM »
                Expensive words. =P

                kpac

                • Web moderator
                • Moderator


                • Hacker

                • kpac®
                • Thanked: 184
                  • Yes
                  • Yes
                  • Yes
                • Certifications: List
                • Computer: Specs
                • Experience: Expert
                • OS: Windows 7
                Re: frame help
                « Reply #14 on: March 04, 2010, 08:56:06 AM »
                Why do people still use frames? Because it's the "easy way out"?