I have the following but it doesn't seem to be working. Do you guys know why?
<script language="JavaScript">
var imageurl = 'http://www.mydomain.com/externalimage.php?size=large&pictureurl=../images/blahblah.jpg';
var Itr='<iframe src="'+imageurl+'" scrolling=no width=100 height=150 marginwidth=0 marginheight=0 frameborder=0 border=0>';
document.write(Itr);
</script>
Any hints?
Thanks!