how do you link an html page to another html page using frames?
I`ve got a link in the bottom frame that once has been pressed, will change the center frame aka content page to whatever content is attached to the link.
<a href="content2.html" target="main">link</a> will not work
<a href="http://www.mywebsite.com/test.html" target="main"> will work
but if i put in url of another address it will work
what am i doing wrong?
cheers guys


