[ic] problem with Product tree only in SSL ??

Sean Benton manager at bgsn.net
Thu Jul 15 01:56:16 EDT 2004


Hello all ....

I have a problem with the product tree and cant seem to find much on it ....
I'm using the the standard IC foundation demo 5.2 prity recient one  and 
the product_tree was built in UI

Here is the strange thing eveything else is working at the moment SSL 
wise, the apache SSL side is configured with exactly the same format as 
the non SSL side, so its not that

Anyhow ... the product_tree losses the icons ( little folders ) in ssl 
but works fine on the same page non ssl.

Inside the page SSL this happened :  (BROKEN)
_________________________________________________
var mv_specific_image_base = '';
var mv_specific_image_link;
var mv_image_link_extra = 'border=0';
var mv_toggle_class = '';
var mv_toggle_anchor_clear = '';
var mv_toggle_anchor_closed = '';
var mv_toggle_anchor_open = '';
var mv_treebox = document.getElementById('mv_treebox');
if(mv_image_link_extra)
    mv_image_link_extra = ' ' + mv_image_link_extra;
var alert_shown;
________________________________________________


Inside the same page NON SSL it is : (WORKS)
________________________________________
var mv_specific_image_base = '';
var mv_specific_image_link;
var mv_image_link_extra = 'border=0';
var mv_toggle_class = '';
var mv_toggle_anchor_clear = '<img src="/foundation/images/bg.gif" 
border=0 height=1 width=20>';
var mv_toggle_anchor_closed = '<img src="/foundation/images/fc.gif" 
width=20 height=22 border=0 align=absbottom>';
var mv_toggle_anchor_open = '<img src="/foundation/images/fo.gif" 
width=27 height=22 border=0 align=absbottom>';
var mv_treebox = document.getElementById('mv_treebox');
if(mv_image_link_extra)
    mv_image_link_extra = ' ' + mv_image_link_extra;
var alert_shown;
__________________________________________


Any Idea to why this is happening ???

Thanks
Sean




More information about the interchange-users mailing list