First, I'd recommend using the same and latest version for Exhibit and 
the Chart Extension, i.e.,

    <script 
src="http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js";  
type="text/javascript"></script>
 
    <script 
src="http://api.simile-widgets.org/exhibit/2.2.0/extensions/chart/chart-extension.js";
  
type="text/javascript"></script>   

What you had were Exhibit 2.0 and Chart Extension 2.2.0. I suspect that 
combination wouldn't work. Furthermore, Exhibit 2.0 is known to not work 
on IE8.

Something funny happened in Firefox: this page loads, the exhibit gets 
created, but then the page redirects to a blank page, somehow. You might 
want to double-check that.

I'd recommend cleaning up the HTML a bit. For example, I see

   </style>
 
    </style>

The second </style> is a syntax error since it has no matching <style>. 
Such things can fool IE.

David

Dr. Leff wrote:
> We have an Exhibit that works in Chrome, Internet Explorer but does
> not work when
> it is tried in Mozilla.  You can see a copy of this in //www.wiu.edu/
> users/mflll/opendialogcoalition
>
> We opened it up in Firebug and we saw from the net monitor
> that we were getting 404 Not found from
> Get locale.js
> Get Chart-locale.js
> Get__History__.html?0
> and then many of the GETs from then on were taking a very long time.
>
> Thanks for any insight on how one might trouble shoot this problem.
>
> Here are the script calls to set up our exhibit, from the beginning of
> that web page:
>
>  <head>
>     <title>The National Dialog</title>
>
>     <link href="dateUpdatedSimileJSON.js" type="application/json"
> rel="exhibit/data" />
>
>
>     <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-
> api.js"  type="text/javascript"></script>
>
>     <script src="http://api.simile-widgets.org/exhibit/2.2.0/
> extensions/chart/chart-extension.js"  type="text/javascript"></
> script>
>
>     <style>
>
> We also tried changing from api-2.09 to api-2.1.0 as per the mail from
> Mr. Huynh on February 28th.
>
> Dr. Laurence Leff  Western Illinois University, Macomb IL 61455 ||
> (309) 298-1315
> Stipes 447 Assoc. Prof. of Computer Sci. Pager: 309-367-0787 FAX:
> 309-298-2302
>
> >
>   


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