QUOTE(pkplonker @ Sep 19 2007, 03:22 PM)

Is there a way in which i can have link on a page that changes the content on a central frame?
Thanks alot
Pkplonker
In your main index file, in the head, you can add this, if all links outside the frame are loaded into the frame.
This way you do not have to define each link.
CODE
<base target="myFrame">
And your body would hold the iFrame name.
CODE
<iframe name="myFrame" src="page_name.htm"></iframe>