linking on non frame page to a frame in a frame p

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default linking on non frame page to a frame in a frame p

    Hello all,

    I'm doing a job for a friend.

    Is there a way to load a link from a non-frame page into a frame in a frame
    based page?

    Go to: [L=this page]http://ltsmaine.com/help.htm [/L] and see my illustration.

    Hopefully this can be done.

    If you go to [L=this page]http://ltsmaine.com[/L] you see some catalog links
    labeled A,B,C,D,E. I want these links to load into lower portion of the frames
    page that can be found at [L=this page]http://ltsmaine.com/catalog_frame.htm
    [/L] as modeled by the illustration at above.

    Thanks,
    Greg
    [E=gpl@maine.rr.com]gpl@maine.rr.com[/E]

    libman Guest

  2. Similar Questions and Discussions

    1. To build a movie frame-by-frame at runtime via AS
      I have a task that I want to do, but I'm not exactly sure how to go about it I have a text file that contains...
    2. newbie: jumping from 3d sprite frame to flash frame
      I'm a Flash developer new to Director. I have a 3D world in frame 1 that the user can walk around in and click things. When they click on certain...
    3. My website plays uncontrolled, frame after frame, instead of with buttons
      Hi there, I´ve created a website, which works fine in the flash player, but when it is loaded in a browser it has troubles. Instead of the...
    4. how to redirect from 3 frame page to single page frame?
      Hello, I built some Web site that includes 3 frames page. After a user sign-off I want to redirect him/her to a single frame page. When I use...
    5. Frame Set Problem: Cannot Resize Frame Rows with Mouse
      Hi, I cannot resize my frame borders with the mouse. I created a Fixed Top, Nested Left Frame set. I added my assets into the top frame, and...
  3. #2

    Default Re: linking on non frame page to a frame in a frame p

    You sure can.

    When you make a page with frames, you're creating multiple html files: one per
    frame, plus one framset. So if you want "Webpage A" to load to the
    "bottom_frame" of "Webpage B", you'll want three html files. The fist one will
    be the "Webpage A/bottom_frame" file. You then link it to your "Webpage B"
    file which is a framset including both "top_frame" and "bottom_frame".

    Does this make sense to you? If it doesn't - play around with framsets (ie
    having an html with two or more frames imbedded), and you'll see it's really
    very simple.

    Steel_Cat Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139