The content that you wish to be dropped in needs to be contained within a specific DIV:
Code:
<div id="dropin" style="position:absolute;visibility:hidden;left:200px;top:100px;width:500px;height:300px;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false">[Close Box] </a></div>
SPECIFY YOUR CONTENT HERE. IT COULD BE TEXT, IMAGES, OR RICH HTML
</div>
The part in red would be replaced by your desired HTML. You can'g have the script simply automatically drop in the entire contents of the page.
Bookmarks