Why not add a style to the html that you have there with the bgcolor in it:

<style type="text/css">
body {
         background-color : Black;
}
</style>

Wouldn't that work?

Ray


At 02:59 PM 3/11/2005, you wrote:
> >perhaps you want to do it via the window properties like
> >width/height....resizable etc. ??
>
>Bryan,  yes I'd like to do it with the properties, but I can't figure out 
>how to do it. I'm using a udf to make an image clickable the view the 
>larger one like this:
>
>#ImagePopup(imagename, "small_", "productimages", "Click for larger view", 
>500, 500, 20, 300, "yes", 100, 100)#
>
>So in the udf it builds everything but the bg color of the popup window is 
>white by default.
>
><a href="productimages/medium_zipperpull.jpg" 
>onClick="popupWin=window.open('productimages/zipperpull.jpg','wcspopup','width=500,height=500,
> 
>top=20,left=300, scrollbars=yes');
>popupWin.focus(); return false;" onMouseOver="window.status='Click for 
>larger view';return true;"
>onMouseOut="window.status=''; return true;"><img 
>src="productimages/medium_zipperpull.jpg" height="205" width="205" 
>border="0" alt="Click for a larger view" /></a>
>
>Thanks,
>Will
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198500
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to