================================ Notes on SConnect for IE Support ================================ ---------------- 1. IE8 and above ---------------- Make sure that IE would run your page in standard mode, and NOT in compatibility / quirk mode. In order to 'force' IE to run in standard mode, add the following lines into your HTML page: on the very first line of the HTML page, and on the very first line within the code block. ------ 2. IE7 ------ IE7 doesn't have JSON support by default, and SConnect needs one. Hence application that would like to support IE7 would have to explicitly add the inclusion of an external JSON library in the HTML page: Put the above code somewhere within the block, before the inclusion of 'sconnect.js'. note. json.js included here is one of the reference implementation that you can use, but you are free to use any other available JSON library implementation, if you wish to. Gemalto - 2015