Make Links Work With ContentEditable Attribute

Make Links Work With ContentEditable Attribute

Hi all, I was able to edit my webpages using HTML5 ContentEditable attribute and an Iframe. Basically I have a page with an Iframe which is used to open any webpage in my domain. 

Then when a page is opened it can be edited by adding the ContentEditable attribute to the body element of that page. The problem is I cannot navigate to other pages by clicking on the links on the page if the ContentEditable attribute is set to true. 

Is there a way around this without removing the ContentEditable attribute? Thanks in advance.