right... got the width/height thing, but what about absolute url? why does it work with a local html page and it does not with an external page?
<script type="text/javascript">
iBox.addEvent(iBox, 'load', function(){iBox.showURL('http://www.mysite/mypage.aspx','Title',{width:'600', height: '300'});});
</script>