I couldn't tell you why it is, but the image location
is base 64 encoded (productdetail.bsh)
--- Andrew Sykes <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can anyone explain why the detailImage in the
> product detail page does
> not contain a URL but rather some bizarre string?
>
> For example, the lines below were taken using "view
> source" on the
> browser...
>
>
> function popupDetail() {
> var defaultDetailImage =
> "L2ltYWdlcy9zaG9wL3NhbXBsZS1wcm9kdWN0LmdpZg%3D%3D";
> if (defaultDetailImage == null ||
> defaultDetailImage == "null") {
> defaultDetailImage = "_NONE_";
>
> What on earth is
> "L2ltYWdlcy9zaG9wL3NhbXBsZS1wcm9kdWN0LmdpZg%3D%3D"
> ???
>
> Thanks in advance
> --
> Kind Regards
> Andrew Sykes <[EMAIL PROTECTED]>
> Sykes Development Ltd
> http://www.sykesdevelopment.com
>
>