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
-~----------~----~----~----~------~----~------~--~---