Dreamweaver MX frames problem

This is a discussion on "Dreamweaver MX frames problem" within the Starting Out section. This forum, and the thread "Dreamweaver MX frames problem are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 10th, 2007, 22:08
New Member
Join Date: Sep 2007
Location: Toronto
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Red face Dreamweaver MX frames problem

I am a relative newbie to DreamweaverMX, and am teaching high school students how to design web sites using frames. I have a problem that hasn't shown up before - when I set my target to main page, the page that's supposed to go into the frame is opened in a brand-new window. (Of course, this happened when I was demonstrating the process to the kids!) Strangely, fully half of the kids had their pages open in the main frame with no problem; the remaining half had the same problem as I did. I'm pretty sure that I follwed the steps correctly, otherwise why would half of the kids who were following along with me have gotten it right?

Puzzled,

Renee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 10th, 2007, 23:25
alexgeek's Avatar
Moderator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,814
Blog Entries: 9
Thanks: 2
Thanked 3 Times in 3 Posts
Re: Dreamweaver MX frames problem

how emberassing.
well there's nothing you can do now is there?
sounds like you set the target to _blank instead of the the frame (mainFrame i think it's called in DW).
For one thing, why would they teach horrible frames in school!
__________________
Web Design and Development Blog

Alex Perry
Technical Administrator.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 11th, 2007, 00:54
New Member
Join Date: Sep 2007
Location: Toronto
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver MX frames problem

Hi Alexgeek,
It's part of the curriculum so I have to teach it.
I think I'm beginning to see why everybody says that they suck.
But, I know for a fact that I did set the target to mainframe instead of _blank - that's why I was puzzled.

The strange thing is, when I moved to one of the "successful" kid's computers, the thing worked perfectly.
When I tried it out on my computer again, it didn't work once more!!

(I must say, I prefer teaching Art - fewer chances to look like an idiot...)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 11th, 2007, 02:30
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver MX frames problem

I had a good giggle over your description of not having success in front of the class! I think I would have died! hahahaha

After that story, I felt your pain so made a couple of screen shots for you. I don't use frames ever so I didn't have anything exciting to show you ... I hope it helps you figure it out.

This is what your code should look like "if" you used the same labels for each frame. For instance the default in DW is mainFrame
Code: Select all
<a href="index.html" target="mainFrame">home</a>
If it doesn't work, let me know and I'll try to be more helpful.
Actually if that doesn't work try the word main such as
Code: Select all
<a href="index.html" target="main">home</a>
Attached Images
File Type: jpg ss.jpg (71.2 KB, 13 views)
File Type: jpg ss1.jpg (66.9 KB, 14 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 12th, 2007, 10:13
New Member
Join Date: Sep 2007
Location: Philippines
Age: 26
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver MX frames problem

hi bucholtz,

<frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="(path)" name="leftFrame" scrolling="NO" noresize>
<frame src="(path)" name="mainFrame">
</frameset>

the above code is for ur index(FrameSet)

if u want a the link to go to the "mainFrame":

<a href="asdfsdfsdf" target="mainFrame">asdfsdfsdf</a>

name of ur frame = target of ur link....

u can change the name of ur frame as long as the target is also the same as the new name of ur frame....

NTOE: the name="mainFrame" is not the same as name="mainframe"!

Last edited by j1rd3ry; Sep 12th, 2007 at 10:23.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
frames

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Resize problem of frames inside iframe sandeep Web Page Design 4 May 29th, 2008 16:12
Dreamweaver problem shropshirelad Starting Out 4 May 5th, 2008 22:43
Looking for a place to get advice on how to fix a problem with Dreamweaver 8 ICEMINISTRIES Scripts and Online Services 11 Jul 12th, 2007 18:50
problem connecting to mysql from dreamweaver steven rowlands PHP Forum 6 Mar 18th, 2007 11:11
frames in dreamweaver aseriouslyfunkydiva Web Page Design 5 Apr 11th, 2006 13:14


All times are GMT. The time now is 01:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved