I agree with Andy that the CFwindow might be your best bet. As far as 'useless in Firefox', I would add that IE has the default setting to 'not' allow a website to hide the URL bar, so it 'might' be useless in IE as well.
Also, if you decide to just use javascript, there is a library called 'lightbox' that works quite nicely to add an extra 'layer' to the page, instead of a new browser window, to view the image in and seems pretty cross-browser compatible. -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -----Original Message----- >Hi: >I'm using CF8 to make an image gallery. There are many thumbnails and I want >to open each larger image in a new window with fixed size and without >address bar and browser options. Most of the javascripts doing this are >useless in FireFox. What do you do to make fixed size popups. Plus most of >the browsers stop new popups. What's the solution to make an image gallery >that doesn't involve browser compatibility or browser popup blockers? >Thanks >Benign Since you are using CF8, have you tried CFWINDOW? That should do the trick. It won't trigger any popups and should work with FireFox with no problem. /unsubscribe.cfm?user=30099.21321.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298932 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

