Forum Moderators: open
sorry if this sounds too lame, but i really dont have an idea about what to do.
thanks all replies coming to my way..
You are on the right track with the target tag - you need to set its value to _parent - the parent of the inline frame is your main document so the link will change the main document - however, unless you also have the relevant iframe loaded on the new page, your iframe will disappear (in contrast with a normal frame used in a frameset). So just to be clear, you need to have
<A href="whatever" target=_parent>
in order to load the linked page in the main (parent) frame. Hope this helps...
BTW, welcome to Webmaster World :)