1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

How do you link to a specific combinations of frames?

Discussion in 'Code Snippets and Tutorials' started by Rena, Nov 6, 2009.

  1. Rena

    Rena Level III

    Joined:
    Aug 29, 2009
    Messages:
    606
    Likes Received:
    20
    Location:
    What location? ;o
    On my site, I have three frames, in columns.
    Let's call them A, B and C.

    By default, my home page shows this frameset as A + B + C.
    However, I want to provide a DIRECT link to my site with the combination A + B1 + C, with B1 being frame B displaying another page.

    Is it possible to give a direct link, or do I have to create a page with the frameset A + B1 + C in order to do this?

    Sorry if this sounds confusing... I'm not very sure of the technical terms, because I kinda picked up HTML myself. Will clarify if my any part of my description is unclear D:

    Thanks so much for help of any form!
     
  2. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
  3. Rena

    Rena Level III

    Joined:
    Aug 29, 2009
    Messages:
    606
    Likes Received:
    20
    Location:
    What location? ;o
    Aww... was kind of looking for a direct link so that I can share it on media like Facebook, hahaha! But ah well, looks like I've got to make a whole new frameset altogether, haha.

    Thanks for the Java code though! Will come in handy in other ways, definitely :)
     
  4. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Its Javascript, not Java ;)
    There's a big difference :p
     
  5. Rena

    Rena Level III

    Joined:
    Aug 29, 2009
    Messages:
    606
    Likes Received:
    20
    Location:
    What location? ;o
    Ehh! There is?

    What's... the difference? Is Java like an application, while... Javascript is used to script it?
    Sorry, I'm such a noob... D:
    *hides in corner*
     
  6. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    They're completely different languages that happen to have similar names (Javascript kinda stole Java's name in hopes of having some of Java's success rub off on it).

    Java is a stand-alone application and Javascript is a scripting language that runs inside your browser.
     
  7. Rena

    Rena Level III

    Joined:
    Aug 29, 2009
    Messages:
    606
    Likes Received:
    20
    Location:
    What location? ;o
    Javascript kinda stole Java's name in hopes of having some of Java's success rub off on it

    ^ Well, they did have me there for awhile ¬_¬

    Alright, learn something new everyday! Thanks so much for the clarification :)