Dreamweaver is great - IMHO best.
Answer for user2:
Yep. Things work fine, and JavaScript from one frame can access objects in other frames.
The main thing you should watch out for IMHO is to ensure cross-browser compatibility. For example, IFRAMES only work in IE, and the DOM for netscape and IE differs in places. When accessing frames, tads or divs, Try to use document.getElementById[id]..... instead of other, browser specific references.
Question for sirjon.
Can a page within a frame call a function in the parent frame without any tweaking? or to put it another way:
When functions are declared, is their scope document wide?
user2: I've just finished the first phase of a Iframe'd website - you may find some code of use at
(if you use any code, pls credit it to me/author) Mixed Linux/Win2000 Network Administrator