I find this interesting:
Code:
<head>
<style type="text/css">
a{font-family:verdana; font-size:12px}
#google{position:relative; left:50px; height:280px;width:500px; overflow:auto; border:1px dashed red;
display:none}
</style>
<script src="http://codinginparadise.org/projects/purple-include/purple-include.js"></script>
</head>
<body>
<a href="#" onclick="document.getElementById('google').style.display='block'; return false">Google</a>
<div id="google" href="http://www.google.nl#xpath(//html)"></div>
</body>
but it probably won't serve all your needs.
===
Arie Molendijk.
Bookmarks