Does anyone have an idea how I can do this.
The code below would normally go before the </body> tag.
But you see i changed it a bit so that it would include a members ID.
Now some how i need to figure out how to place that in a php page when a member is signed in it gets the user id, but also shorten that so that they can just use a javascript tag to paste at end of body instead of all of that.
<div id="bannerbooster"
style="position:absolute;visibility:hidden;left:200px;top:250px;width:500px;
height:110px;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false"><img
src="http://www.site.com/images/dropshut.gif" border="0" alt="Close this
Box"></a></div>
<script language=JavaScript src="<? echo $ROOT_HOST; ?>bn.php?uid=<?php echo $uid;?>"></script>
</div>