In initial testing of my timeline Javescript I wrote
var WebHandler = "Example.xml"
tl.loadXML(WebHandler, function (xml, url)
{ eventSourceFamily.loadXML(xml, url) });
This worked fine with both Firefox and Internet Explorer. I then
changed the assignment to
var WebHandler = "GDBTimeline.ashx?Type=Family&Userid=" +
getControlValue("input", "hdnUser");
so that invoked a web handler that could look up the SQL database and
return the XML that I wanted. This works perfectly with Internet
Explorer, but with FireFox the timeline band is blank. Yet when I
examine the http traffic with Fiddler2 (http://www.fiddler2.com/
fiddler2/) I see that with either browser there is a response from
URL
/GDB_pages/GDBTimeline.ashx?Type=Family&Userid=robertb
that returns the XML that it is supposed to.
Where do I start looking for answers? I don't even know if this is a
Simile problem, a Firefox problem, or an ASP.NET problem.
--
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.