Hi all,

I'm trying to replace an IFrame with a DIV controlled by AJAX. All the examples that I found allow to replace the div content with some html page from the same domain, but the problem comes when a link is clicked inside the DIV: the page opens in the main window, but I want it to be contained inside the DIV.

Can anyone help me with this?

Thanks in advance