Html/php gurus - Can this be done??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donnie
    Confirmed User
    • Jan 2003
    • 1630

    #1

    Html/php gurus - Can this be done??

    I want a link from non-frameset page A to target a 2-frame frameset B and load a specific page in the lower frame.

    In other words:
    I would like all links from my site to open in a new/same window with a my own header on the top. I don?t care if this is done with frames, Iframes or whatever.

    I have seen this on some sites but I don't have any url's right now. I know this can be done but I am not sure how. Any help would be appriciated...
  • teksonline
    So Fucking Banned
    • Jan 2005
    • 2904

    #2
    frames, for newbs i recommend using front page for frame play

    Comment

    • donnie
      Confirmed User
      • Jan 2003
      • 1630

      #3
      Originally posted by teksonline
      frames, for newbs i recommend using front page for frame play
      Ok, but how do you target specific frame from an NON-frame page???

      How do you target "lower frame" on a page frame.htm from a link on a page index.htm???

      Comment

      • SCORE Ralph
        Confirmed User
        • Mar 2003
        • 2090

        #4
        Im assuming when you ask "how do you target", you mean "how do you link." You werent too clear on which .htm is parent of the other but here is either or:
        <a href="frame.htm" target="lowerFrame">txt or whatever</a>
        or
        <a href="index.htm" target="lowerFrame">txt or whatever</a>

        thats all
        GetSCORECash.com | In the Biz Since 1991
        Big Tits | Granny & MILFs | Amateurs | Big Booty | Foot Fetish | BBW | Teens
        Hosted Embeds | MP4s | RSS Feeds | FHGs | Model Directory

        Comment

        • donnie
          Confirmed User
          • Jan 2003
          • 1630

          #5
          Originally posted by aspwm
          Im assuming when you ask "how do you target", you mean "how do you link." You werent too clear on which .htm is parent of the other but here is either or:
          <a href="frame.htm" target="lowerFrame">txt or whatever</a>
          or
          <a href="index.htm" target="lowerFrame">txt or whatever</a>

          thats all
          Unfortunately that is not what I am asking. It?s pretty difficult to explain so now I am not really sure if it's possible at all...

          I'll try again:
          You have your TGP with a bunch of links to a bunch of galleries. When you click on a gallerie link, the gallerie opens in a new window and on the top (inside the new window) you have a header with "go back to my TGP"-or what ever.

          Now, I don?t care if this is done with frames, IFrames or whatever. I hope this makes any sense?

          Comment

          • DjSap
            Confirmed User
            • Jul 2002
            • 3869

            #6
            you can either create the framesets on your server, which is easier if you dont have tech skills or a lot of links...or just use a simple php script if you got a lot of links, check hotscripts.com they should have a few...
            Blog Themes, TGP Design, Writing Services, Grunt Work
            ICQ: 66871495

            Comment

            • DjSap
              Confirmed User
              • Jul 2002
              • 3869

              #7
              http://hotscripts.com/Detailed/60193.html

              you're welcome...
              Blog Themes, TGP Design, Writing Services, Grunt Work
              ICQ: 66871495

              Comment

              • donnie
                Confirmed User
                • Jan 2003
                • 1630

                #8
                Originally posted by DjSap
                Exactly what I am looking for Thank you very much!!

                Comment

                Working...