Ish,

Could you give us the URL to your exhibit? It's hard to debug without 
seeing what we're debugging.

David

Ish wrote:
> Hi
>
> I am reading jsonData from the backend and display on the google map.
> This is working fine in the Firefox, but when it come to display in
> IE6 or IE7 nothing seem to be appearing. Look like not reading
> jsonData for the page. here is my code. I create jsonData file at the
> backend and live it on the session.
>
> it was fine till few day and suddenly stop working in IE6 and IE7.
>
> <script type="text/javascript">
>         var data = <%=session.getAttribute("jsonData")%>;
>
>         function populateData()
>         {
>                 window.database = Exhibit.Database.create();
>                 window.database.loadData(data);
>                 window.exhibit = Exhibit.create();
>                 window.exhibit.configureFromDOM();
>         }
>
> </script>
>
> Please can you help.
>
> many thank
> ish
> >
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to