Thank Dave for you reply.

I did try putting alert in a populateData function.
This function work fine all the way and even populate data.

I also try removing all the "ImageURL":null from the data set.

Still doesn't work in IE. It work fine in FireFox.

cheers
Ish

--- On Tue, 23/12/08, David Huynh <[email protected]> wrote:
From: David Huynh <[email protected]>
Subject: Re: Can't open Exhibit in IE6 and IE7, But work fine in FireFox
To: [email protected]
Date: Tuesday, 23 December, 2008, 7:24 PM

Ish,

Can you put in some alert() statements in the populateData function to 
see how much of it gets executed? I'd also recommend not generating any 
property that is null, e.g., eliminating something like this in the data

    "ImageURL":null

I don't know how Exhibit would deal with that.

David

Ish wrote:
> Hi
>
> When you first open page in browser, there is no data.
>
> You need to select value from a drop down on you left hand side.
> 1) First select studio from dropdown
> 2) then select Film from dropdown
>
> Once you select film, it generate jsonData file from the database and
> put it on the session as data.
> This data is pick up by browser page. I have this following script in
> head of the page.
>
> <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>
>
> 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 loading or
> reading
> jsonData to the page the page.
>
> Here is the link to my exhibit. Please do have look at it.
> I would appreciate you help, what I am doing wrong.
>
> url  http://campaign.olas.net/campaign/index.action
> username : [email protected]
> password : dh11mit41
>
>
> 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