I'm having a problem with frames in dreamweaver 4 ? Who can give me some advice? The problem is I can't get the one url to open in one part of the frameset while keeping one open in another part of the frameset. Any clues will be usefull.
then to open a file in a different frame include the name of the target frame in the link
<a href="someurl" target="leftframe">this will open in the left frame</a>
<a href="someurl" target="rightframe">this will open in the right frame</a>
COOL, let me look into this....
SHIT, Damn, Right, why didn't I see that before.... I see what to do now.....Thanks man !! that has been alot of help.
------------------------ This may hurt a bit
[This message has been edited by thatGuy (edited 05-03-2001).]