[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Image detail page
> 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