[Chameleon] CWCJSAPI and https

Eijnden, B. van den (Bart) b.vdeijnden at agi.rws.minvenw.nl
Mon Feb 27 09:32:06 EST 2006


Hi list,

there is a little problem in Chameleon JSAPI mode when using https.

The iframe which is used has an empty src attribute which makes IE display
the insecure items alert box. This can easily be fixed by changing:

      var html = '<iframe name="' + "frame_" + containerName + '"
src""></iframe>'; 

to:

      var html = '<iframe name="' + "frame_" + containerName + '"
src="javascript:false;"></iframe>'; 

I have opened up bug 1306 for this and will take care of the fix.

http://bugzilla.maptools.org/show_bug.cgi?id=1306

Best regards,
Bart


Disclaimer
************************************************************************
Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is
uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis
hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te 
informeren. Wij adviseren u om bij twijfel over de juistheid of de 
volledigheid van de mail contact met afzender op te nemen.

This message shall not constitute any rights or obligations.
This message is intended solely for the addressee.
If you have received this message in error, please delete it and
notify the sender immediately. When in doubt whether this message
is correct or complete, please contact the sender.
************************************************************************



More information about the Chameleon mailing list