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.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 10th, 2007, 21: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
Reply With Quote

  #2 (permalink)  
Old Sep 10th, 2007, 22:25
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
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!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 10th, 2007, 23: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...)
Reply With Quote
  #4 (permalink)  
Old Sep 11th, 2007, 01:30
SuperMember

SuperMember
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)
Reply With Quote
  #5 (permalink)  
Old Sep 12th, 2007, 09:13
New Member
Join Date: Sep 2007
Location: Philippines
Age: 26
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to j1rd3ry
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 09:23.
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 15:12
Dreamweaver problem shropshirelad Starting Out 4 May 5th, 2008 21: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 17:50
problem connecting to mysql from dreamweaver steven rowlands PHP Forum 6 Mar 18th, 2007 09:11
frames in dreamweaver aseriouslyfunkydiva Web Page Design 5 Apr 11th, 2006 12:14


All times are GMT. The time now is 20:54.


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

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