[ic] Image detail page

Jeff Dafoe interchange-users@icdevgroup.org
Mon Dec 2 23:40:01 2002


> The variable pointing to the image_large jpeg is for some reason not
> being converted when preview loads after I click my link from the
> flypage so I'm not getting an image :-( Instead I'm getting the correct
> first part of the url to the image but it ends with something like
> "/[item-field image_large]".
> 
> Can anyone tell me what I'm doing wrong? I fashioned the link on the
> flypage like so: 
> [area proview [item-code]] to call the prodview page.

    The way I do this for image popups is:

in flypage, a link to viewLargerPopUp?image=[item-field image_large]

in viewLargerPopUp, [cgi image] returns the name of the passed image.


Jeff