/    Sign up×
Community /Pin to ProfileBookmark

targeting specific frame externally

Have never used frames before but find myself programming an application which particularly suits them.

Is it possible to target a particular frameset combination from an external site?

ie

  • I have my frameset index.html, containing the following

    <FRAME SRC=”top_frame.htm” name=”top_frame” >
    <FRAME SRC=”index1.html” name=”bottom_frame”>

  • The top frame has a drop down box allowing users to navigate to index1.html, index2.html, index3.html etc etc

    My questions is, is it possible to provide a link in an external page which allows a link directly through to a page showing the “top_frame” up top and index3.html, for example, on the bottom?

    Because every time I try, all I get to see is index1.html on the bottom (Of course I can then navigate to index3.html… but I would like to allow users to bypass this)

    So, is it possible? And if so, what is the format I should use? ie what’s the URL?

    Simon

    to post a comment
    HTML

    4 Comments(s)

    Copy linkTweet thisAlerts:
    @chrizJun 18.2004 — Like this?

    <!-- TOP FRAME -->

    <script language="javascript">

    function dothis(){

    parent.bottom_frame.location = document.dropdwn.selects.value;

    }

    </script>

    <form name="dropdwn">

    <select name="selects" onSelect="dothis()">

    <option value="index1.html">INDEX1

    <option value="index2.html">INDEX2

    <option value="index3.html">INDEX3

    </select>

    </form>
    Copy linkTweet thisAlerts:
    @BusyViewauthorJun 19.2004 — Ah ha... I thought, belatedly, it had to include some Javascript! Thanks, appreciate it!

    Simon
    Copy linkTweet thisAlerts:
    @chrizJun 21.2004 — Was that code successful?

    I just managed to write it of the top of my head!
    Copy linkTweet thisAlerts:
    @BusyViewauthorJun 21.2004 — Hi ya.... I saved it and haven't integrated it yet... (something else came up). Will implement this week and let you know. Thank you once again!

    Simon
    ×

    Success!

    Help @BusyView spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...