Re: Dynamically adjust window based on image size?

2002-11-13 Thread Dick Applebaum
Suggestion: Do the query and get the max image w h (should be stored in the db) pass the results back to the main window where a JavaScript onLoad function creates a single popup that can handle the largest dimensions, plus buttons for the slide show. An optional way is show thumbnails

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Matthew Walker
How about this: body onload=window.resizeTo(document.getElementById('myImg').width),document getElementById('myImg').height)); No cf at all! Matthew Walker http://www.matthewwalker.net.nz/ -Original Message- From: Bob Haroche [mailto:spambait;onpointsolutions.com] Sent: Thursday,

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Adrocknaphobia Jones
Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Matthew Walker [mailto:Matthew;cabbagetree.co.nz] Sent: Wednesday, November 13, 2002 3:54 PM To: CF-Talk Subject: RE: Dynamically adjust window based on image size? How about

Re: Dynamically adjust window based on image size?

2002-11-13 Thread Bob Haroche
You know, from a usability perspective, re-sizing the browser window with every click is really not a good idea. Personally, I would be pretty annoyed if my browser window kept resizing. I think you should just open it to the maximum w/h and leave it at that. I agree. I'm encouraging the

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Matthew Walker
: Adrocknaphobia Jones [mailto:adrocknatalk;hotmail.com] Sent: Thursday, 14 November 2002 9:59 a.m. To: CF-Talk Subject: RE: Dynamically adjust window based on image size? You know, from a usability perspective, re-sizing the browser window with every click is really not a good idea. Personally

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Ben Doom
for the photos. : : -Original Message- : From: Adrocknaphobia Jones [mailto:adrocknatalk;hotmail.com] : Sent: Thursday, 14 November 2002 9:59 a.m. : To: CF-Talk : Subject: RE: Dynamically adjust window based on image size? : : : You know, from a usability perspective, re-sizing the browser

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Lee Fuller
Seems to me this would be quite useful on pop-up display windows tho. | -Original Message- | From: Bob Haroche [mailto:spambait;onpointsolutions.com] | Sent: Wednesday, November 13, 2002 1:06 PM | To: CF-Talk | Subject: Re: Dynamically adjust window based on image size? | | | You know