Hi
What you could do it place an inline frame in the drop in box.. and have the text you want to have on another page. As in:
Code:
<div id="dropin" style="position:absolute;visibility:hidden;left:200px;top:100px;width:411px;height:230px;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false">[Close Box] </a></div>
<iframe name="I1" src="sample1.htm" width="403" height="206" scrolling="no" border="0" frameborder="0">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></div>
Bookmarks