Frame problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Blurg

    Frame problem

    Hi,
    I have a problem with my webpage. It uses two frames, the left one for the
    contents list and the right one for the body content.
    Now, when I look up a page in for example google, then it's always choosing
    the body (right frame) and this way people only get the requested page in
    question without the left frame. I like to find a way that if such a page is
    requested, it's always requesting the left frame too.
    do I need to use some Javascript or something for this? I'd like
    to try this without a server-side scripting language.

    to see what I mean: when I try to find a page in google about I get for
    example this page as a result:
    the basic structure of crystals and their ontological interpretation, in terms of essence, individual and substance, on the basis of the crystallization-laws as dynamical laws.

    But I need it to have it in the right frame like this http://metafysica.nl



    Jurgen



  • David Dorward

    #2
    Re: Frame problem

    Blurg wrote:
    <snip>

    <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
    <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>

    --
    David Dorward http://dorward.me.uk/

    Comment

    • Tricia

      #3
      Re: Frame problem

      Hope this helps

      <body ONLOAD="InFrame ()">

      <SCRIPT LANGUAGE="JavaS cript">

      <!--
      // Reloader MK3
      // name of page or site to be called if relocate is required
      var mainsite = "http://www.yoursite.co m/index.htm";
      // setup messages
      var msgQ = "The page you are viewing is part of a frames-based
      site.\nClick OK to load the missing navigation frames.\n\n If you click
      CANCEL you can access this box again by reloading this page.";
      // called from onload
      function InFrame() {
      if (parent.frames. length ==0) {
      // We loaded outside of our frameset, probably from a search engine
      // wait 3 secs before asking
      setTimeout("InF rameQ()",3000);
      }
      }

      function InFrameQ() {
      if (confirm(msgQ)) {
      // load the main site
      location.replac e(mainsite);
      }
      }//-->

      </SCRIPT>
      David Dorward <dorward@yahoo. com> wrote in message
      news:blklfb$e15 $1$8302bc10@new s.demon.co.uk.. .[color=blue]
      > Blurg wrote:
      > <snip>
      >
      > <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
      > <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>
      >
      > --
      > David Dorward http://dorward.me.uk/[/color]


      Comment

      • David Dorward

        #4
        Re: Frame problem

        Tricia wrote:
        [color=blue]
        > Hope this helps[/color]

        Maybe you should read http://www.allmyfaqs.com/faq.pl?How_to_post
        [color=blue]
        > <body ONLOAD="InFrame ()">[/color]

        <snip JavaScript>

        What does that Javascript have to do with multiposting?[1]
        [color=blue]
        > David Dorward <dorward@yahoo. com> wrote[color=green]
        >> Blurg wrote:
        >> <snip>[/color][/color]
        [color=blue][color=green]
        >> <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
        >> <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>[/color][/color]

        [1] Tip: Make sure that the message your headers claim you are replying to
        is the message you are actually replaying to.

        --
        David Dorward http://dorward.me.uk/

        Comment

        • Tricia

          #5
          Re: Frame problem

          What's your problem old man ?


          David Dorward <dorward@yahoo. com> wrote in message
          news:blp2p4$lfm $1$830fa78d@new s.demon.co.uk.. .[color=blue]
          > Tricia wrote:
          >[color=green]
          > > Hope this helps[/color]
          >
          > Maybe you should read http://www.allmyfaqs.com/faq.pl?How_to_post
          >[color=green]
          > > <body ONLOAD="InFrame ()">[/color]
          >
          > <snip JavaScript>
          >
          > What does that Javascript have to do with multiposting?[1]
          >[color=green]
          > > David Dorward <dorward@yahoo. com> wrote[color=darkred]
          > >> Blurg wrote:
          > >> <snip>[/color][/color]
          >[color=green][color=darkred]
          > >> <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
          > >> <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>[/color][/color]
          >
          > [1] Tip: Make sure that the message your headers claim you are replying to
          > is the message you are actually replaying to.
          >
          > --
          > David Dorward http://dorward.me.uk/[/color]


          Comment

          • David Dorward

            #6
            Re: Frame problem

            Tricia wrote:
            [color=blue]
            > What's your problem old man ?[/color]

            I thought I outlined it pretty well below. I note you are still top posting,
            please stop.
            [color=blue]
            > David Dorward <dorward@yahoo. com> wrote in message
            > news:blp2p4$lfm $1$830fa78d@new s.demon.co.uk.. .[color=green]
            >> Tricia wrote:
            >>[color=darkred]
            >> > Hope this helps[/color]
            >>
            >> Maybe you should read http://www.allmyfaqs.com/faq.pl?How_to_post
            >>[color=darkred]
            >> > <body ONLOAD="InFrame ()">[/color]
            >>
            >> <snip JavaScript>
            >>
            >> What does that Javascript have to do with multiposting?[1]
            >>[color=darkred]
            >> > David Dorward <dorward@yahoo. com> wrote
            >> >> Blurg wrote:
            >> >> <snip>[/color]
            >>[color=darkred]
            >> >> <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
            >> >> <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>[/color]
            >>
            >> [1] Tip: Make sure that the message your headers claim you are replying
            >> [to
            >> is the message you are actually replaying to.
            >>
            >> --
            >> David Dorward http://dorward.me.uk/[/color][/color]

            --
            David Dorward http://dorward.me.uk/

            Comment

            • Tricia

              #7
              Re: Frame problem

              Why ?

              David Dorward <dorward@yahoo. com> wrote in message
              news:blpr50$50t $1$8300dec7@new s.demon.co.uk.. .[color=blue]
              > Tricia wrote:
              >[color=green]
              > > What's your problem old man ?[/color]
              >
              > I thought I outlined it pretty well below. I note you are still top[/color]
              posting,[color=blue]
              > please stop.
              >[color=green]
              > > David Dorward <dorward@yahoo. com> wrote in message
              > > news:blp2p4$lfm $1$830fa78d@new s.demon.co.uk.. .[color=darkred]
              > >> Tricia wrote:
              > >>
              > >> > Hope this helps
              > >>
              > >> Maybe you should read http://www.allmyfaqs.com/faq.pl?How_to_post
              > >>
              > >> > <body ONLOAD="InFrame ()">
              > >>
              > >> <snip JavaScript>
              > >>
              > >> What does that Javascript have to do with multiposting?[1]
              > >>
              > >> > David Dorward <dorward@yahoo. com> wrote
              > >> >> Blurg wrote:
              > >> >> <snip>
              > >>
              > >> >> <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
              > >> >> <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>
              > >>
              > >> [1] Tip: Make sure that the message your headers claim you are replying
              > >> [to
              > >> is the message you are actually replaying to.
              > >>
              > >> --
              > >> David Dorward[/color][/color][/color]
              http://dorward.me.uk/[color=blue]
              >
              > --
              > David Dorward http://dorward.me.uk/[/color]


              Comment

              • David Dorward

                #8
                Re: Frame problem

                Tricia wrote:
                [color=blue]
                > Why ?[/color]

                For the reasons outlined below. (which you've now quoted twice)
                [color=blue]
                > David Dorward <dorward@yahoo. com> wrote in message
                > news:blpr50$50t $1$8300dec7@new s.demon.co.uk.. .[color=green]
                >> Tricia wrote:
                >>[color=darkred]
                >> > What's your problem old man ?[/color]
                >>
                >> I thought I outlined it pretty well below. I note you are still top[/color]
                > posting,[color=green]
                >> please stop.
                >>[color=darkred]
                >> > David Dorward <dorward@yahoo. com> wrote in message
                >> > news:blp2p4$lfm $1$830fa78d@new s.demon.co.uk.. .
                >> >> Tricia wrote:
                >> >>
                >> >> > Hope this helps
                >> >>
                >> >> Maybe you should read http://www.allmyfaqs.com/faq.pl?How_to_post
                >> >>
                >> >> > <body ONLOAD="InFrame ()">
                >> >>
                >> >> <snip JavaScript>
                >> >>
                >> >> What does that Javascript have to do with multiposting?[1]
                >> >>
                >> >> > David Dorward <dorward@yahoo. com> wrote
                >> >> >> Blurg wrote:
                >> >> >> <snip>
                >> >>
                >> >> >> <http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>
                >> >> >> <news:JJhfb.505 36$4o1.4996122@ amsnews03.chell o.com>
                >> >>
                >> >> [1] Tip: Make sure that the message your headers claim you are
                >> >> [replying to
                >> >> is the message you are actually replaying to.
                >> >>
                >> >> --
                >> >> David Dorward[/color][/color]
                > http://dorward.me.uk/[color=green]
                >>
                >> --
                >> David Dorward http://dorward.me.uk/[/color][/color]

                --
                David Dorward http://dorward.me.uk/

                Comment

                • Tricia

                  #9
                  Re: Frame problem

                  Do you find it upsetting when you don't get your own way then ?
                  Do thing like posting upside down upsetting ?

                  If so I would get out more if I was you!

                  David Dorward <dorward@yahoo. com> wrote in message
                  news:bm0bg4$mqo $4$8302bc10@new s.demon.co.uk.. .[color=blue]
                  > Tricia wrote:
                  >[color=green]
                  > > Why ?[/color]
                  >
                  > For the reasons outlined below. (which you've now quoted twice)
                  >[/color]


                  Comment

                  • David Dorward

                    #10
                    Re: Frame problem

                    Tricia wrote:
                    [color=blue]
                    > Do thing like posting upside down upsetting ?[/color]

                    How I feel about top posting is described quite well at the URLs I've
                    suggested you read several times.


                    --
                    David Dorward http://dorward.me.uk/

                    Comment

                    • Tricia

                      #11
                      Re: Frame problem

                      As I said you need to get out more.
                      Tis time to go home chat more soon.
                      Byeeeeeee
                      T












































































































                      ..
                      David Dorward <dorward@yahoo. com> wrote in message
                      news:bm1jt2$o5r $2$8300dec7@new s.demon.co.uk.. .[color=blue]
                      > Tricia wrote:
                      >[color=green]
                      > > Do thing like posting upside down upsetting ?[/color]
                      >
                      > How I feel about top posting is described quite well at the URLs I've
                      > suggested you read several times.
                      >
                      >
                      > --
                      > David Dorward http://dorward.me.uk/[/color]


                      Comment

                      • Lasse Reichstein Nielsen

                        #12
                        Re: Frame problem

                        "Tricia" <sat_rring@hotm ail.com> writes:
                        [color=blue]
                        > As I said you need to get out more.[/color]

                        Personal attacks are counter productive, and only reflect badly on
                        yourself.

                        David Dorward is not alone in preferring interleaved replies, and
                        definitly not alone in not wanting untrimmed quotes. Following his
                        suggestions will make it more likely that people will repsond
                        favorably to what you say.

                        /L
                        --
                        Lasse Reichstein Nielsen - lrn@hotpop.com
                        Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
                        'Faith without judgement merely degrades the spirit divine.'

                        Comment

                        Working...