Non c'è bisogno di usare l'iframe:
codice:
<html> 
<head> 
 
</head> 
<body> 

<p onclick="javascript:document.getElementById('asd').style.visibility='visible'">tabella</p>
<div id="asd" style="position:absolute;top:100;left:100;visibility:hidden">asdhh</div> 
</body> 
</html>