link in html page in dialog

link in html page in dialog

Hello,

I have a HTML view open in dialog mode (zc_LoadIn=dialog).

Inside the html code I have links to other views (<a href="#View:XXX">link name</a>)

When I click in a link, the site is loaded but the popup windows (html view in dialog) not disappear.

How can I do it?

<a target="_top" href=....
<a target="_self" href=.... etc... not working.

Navigator: Mozilla 3.6

Thanks