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

  1. #1

    Default I'm Framed

    Lets say I have a standard plain old web page with nothing on it. Now lets say
    I want to insert 1 single frame to use as my target for links. I want to put
    this frame, let's say, in the middle of the page on the right side, really
    doesn't matter where.
    Can you drag with your mouse a square indicating THIS is where you want a
    frame to be? Is there any way at all to do this?
    If anyone can help, I would really appreciate it.
    Thanks!!

    face2112 Guest

  2. Similar Questions and Discussions

    1. Google framed
      The content from Google's web sites can no longer be displayed in frames :-( If anyone has a PHP screen-scraper and filter that rectifies this...
    2. framed page: possible to update more then one frame after asp-query ?
      Hello, I am wondering if one could do following. I have a main frame with 3 subframes ("top", "left" and "contents") I have a link in the left...
    3. Linking to an anchor point in a framed page.
      I am using an image as a link, which has an 'onMouseUp="MM_openBrWindow' behavior attached. The newly opened window (named; 'help') uses frames. I...
  3. #2

    Default Re: I'm Framed

    > Can you drag with your mouse a square indicating THIS is where you want a
    > frame to be?
    No.

    Is there any way at all to do this?

    You can use an IFrame. DW's support for them is pretty slim, and will
    require you to manually code the required attributes. But IFrames have all
    the same problems that frames do and are rarely the optimal solution for any
    site.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "face2112" <webforumsuser@macromedia.com> wrote in message
    news:e7su98$lq0$1@forums.macromedia.com...
    > Lets say I have a standard plain old web page with nothing on it. Now lets
    > say
    > I want to insert 1 single frame to use as my target for links. I want to
    > put
    > this frame, let's say, in the middle of the page on the right side, really
    > doesn't matter where.
    > Can you drag with your mouse a square indicating THIS is where you want a
    > frame to be? Is there any way at all to do this?
    > If anyone can help, I would really appreciate it.
    > Thanks!!
    >

    Murray *ACE* Guest

  4. #3

    Default Re: I'm Framed

    Thanks Murray.. sounds like I'm asking for trouble. Maybe you know another way
    around this. The problem is that one of my text links has to go to another
    website (realty related). Once I go to this link, it leaves the main website.
    The only way I see to keep it on the main website is inside a frame. The rest
    of the site is just a plane jane site with a few tables and pics. I really
    don't want to use frames at all, but I don't see another alternative. Is there
    a way to have an external link open somewhere on your page without leaving the
    site and without targeting a frame?
    Can I target an area on the website page itself? This one link is my whole
    problem, it's a property search that we have to use. I thought about having it
    go to another page with my header and a body frame, but by doing that I lose
    all my side navbar stuff. It just forces me to change the appearance of the
    main page and thats what I want to stay away from.

    Micris Guest

  5. #4

    Default Re: I'm Framed

    You can have the new site open in a separate window by assigning the target
    of "_blank" to the link (there are better, more valid ways of doing this,
    but this is the easiest, although invalid for XHTML doctypes).

    Othewise, you would need to us an IFrame. But that will bring the *entire*
    site into that IFrame, navigation and all.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Micris" <webforumsuser@macromedia.com> wrote in message
    news:e7v0b8$eqj$1@forums.macromedia.com...
    > Thanks Murray.. sounds like I'm asking for trouble. Maybe you know another
    > way
    > around this. The problem is that one of my text links has to go to another
    > website (realty related). Once I go to this link, it leaves the main
    > website.
    > The only way I see to keep it on the main website is inside a frame. The
    > rest
    > of the site is just a plane jane site with a few tables and pics. I really
    > don't want to use frames at all, but I don't see another alternative. Is
    > there
    > a way to have an external link open somewhere on your page without leaving
    > the
    > site and without targeting a frame?
    > Can I target an area on the website page itself? This one link is my whole
    > problem, it's a property search that we have to use. I thought about
    > having it
    > go to another page with my header and a body frame, but by doing that I
    > lose
    > all my side navbar stuff. It just forces me to change the appearance of
    > the
    > main page and thats what I want to stay away from.
    >

    Murray *ACE* 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