if you have 2 frames in your page, and the left part of the frameset contains of links...how can i show the page on the rightframe when i click on the link on the left frame?
Thanks in advance.
problem in dreamweaver
18 days later
Hello there, you have to put on the code of the links the target attribute...
for example:
<a href="anyhtml.html" target="rightframe">This links will update the rightframe</a>
Remember to replace rightframe with the name you gave to the right frame
Johnny Blanco Q.
CEO