OT - refresh only part of the page...?

2001-09-02 Thread Ian Lurie
Hi all, I've got a CF-powered image browser (you can see it at http://www.dessy.com/colorfinder/dessy_dresses.cfm) Note that when you select a new style from the 'style' drop-down and click 'go', the whole page refreshes. I'd rather have it just change the image in the center of the page.

Re: OT - refresh only part of the page...?

2001-09-02 Thread Jon Hall
Using javascript to change the source of your image is your best bet. This is the same concept as standard rollover images and you can get rollovers to work with most any browser. The code would go something like this... function changeImage(imageName) { document.images['dynImg'].src =

Re: OT - refresh only part of the page...?

2001-09-02 Thread Dick Applebaum
No special tricks required, just use frames. Something like: frameset border=0 frameborder=0 framespacing=0 rows=74,*,50 frame name=Headersrc=Header.cfm noresize scrolling=No frameset cols=128,*,184 frame name=NavBarsrc=NavBar.cfm noresize scrolling=No frame