Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
face2112 #1
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
-
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... -
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... -
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... -
Murray *ACE* #2
Re: I'm Framed
> Can you drag with your mouse a square indicating THIS is where you want a
No.> frame to be?
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
-
Micris #3
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
-
Murray *ACE* #4
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



Reply With Quote

