>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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198497
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