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.
|
|
|
|
|
![]() |
||
Dreamweaver MX frames problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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!
Puzzled, Renee |
|
|
|
||||
|
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)
|
|
|||
|
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...) |
|
|||
|
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
Actually if that doesn't work try the word main such as
|
|
|||
|
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. |
![]() |
| Tags |
| frames |
| Thread Tools | |
|
|
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 |