HighDots Forums  

problem targeting frames!

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss problem targeting frames! in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
peter
 
Posts: n/a

Default problem targeting frames! - 10-28-2005 , 06:20 PM






I'm currently doing a basic site but am having difficulties. The site is
laid out using 3 frames. one for the header and then split into to for
navigation and content areas. I have a navigation menu in the left frame
which is meant to open the links in the right frame but for some reason they
are opening in a new window?!?!

I have selected the content are as the target but it makes no difference.

Here is a link to the files if it will help:
[L=index.html]http://www.geocities.com/welly_59[/L]

and a link to the navigation html itself:
[L=navigation]http://www.geocities.com/welly_59/untitledframe-1.html[/L]

I know the site is currently very basic but i need to get this sorted
first!!! cheers for any help!



Reply With Quote
  #2  
Old   
peter
 
Posts: n/a

Default Re: problem targeting frames! - 10-28-2005 , 06:23 PM






forgot to say that at the moment only the first link in THE CLUB section is
currently uploaded. click on ABOUT THE CLUB, and you will se what i mean
about the link opening in new window!



Reply With Quote
  #3  
Old   
peter
 
Posts: n/a

Default Re: problem targeting frames! - 10-28-2005 , 07:36 PM




"any help GREATLY appreciated!!



Reply With Quote
  #4  
Old   
Gary White
 
Posts: n/a

Default Re: problem targeting frames! - 10-29-2005 , 10:39 AM



On Fri, 28 Oct 2005 23:20:46 +0100, "peter" <welly_59 (AT) hotmail (DOT) com>
wrote:

Quote:
I have selected the content are as the target but it makes no difference.

You have not assigned a NAME to the content frame. Change this:

<frame src="UntitledFrame-2.html" frameborder="no" id="main_frame" />

To this:

<frame src="UntitledFrame-2.html" frameborder="no" id="main_frame"
name="main_frame" />

Gary


Reply With Quote
  #5  
Old   
o1ne
 
Posts: n/a

Default Re: problem targeting frames! - 11-09-2005 , 09:31 AM



I upgraded to DW 8 and now I have to write name="framename" manually in the
code window, I have never ever had to do that before!?! This has always worked
fine in previous versions (as far as I know). Is there a way to fix this in
preferences that I have missed? I remember having troubles with site root and
document relative linking when I upgraded to v7, but that were quite easy to
fix when I searched the forums. Macromedias helpfiles really sucks!


Reply With Quote
  #6  
Old   
Gary White
 
Posts: n/a

Default Re: problem targeting frames! - 11-09-2005 , 11:01 AM



On Wed, 9 Nov 2005 14:31:26 +0000 (UTC), "o1ne"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
I upgraded to DW 8 and now I have to write name="framename" manually in the
code window, I have never ever had to do that before!?!

If I have a frameset open in DW, and select a link, I can choose the
target from the drop down list in the property inspector, just like in
previous versions. I don't know why you cannot.

Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.