Im still having a few troubles getting this fully loaded, but here it is NE-ways.
Hope this helps...
HTML Code:
<script type="text/javascript">
function popup(url){
window.open(url,"","width=275,height=250,scrollbars,");
return false;
}
</script>
<a href="http://yourlinktocalendarpopuppage.com" onclick="return popup(this.href);">One</a>
<a href="" onclick="return popup(this.href);"><img src="/images/calendar1.gif" alt="Submit Events" width="20" height="20" border="0"></a>
Use this in body of page.
This is very useful 4 many things. Im using it to send folks to CALENDAR events. Not fully perfected.
Good Luck