I have an issue with the following page :
http://gpsactivitymanager.com/events/5dfa8a46-57f1-45e1-9f11-f9ee6523c31a/#

The page has a succession of AJAX style calls in it to selectively
replaces the content of DIVS.
Load the page and then click the "splits" option from the menu bar
(top left).

For the table that appear on the left hand side click one of the
information bubbles - a javascript error occurs saying it can not find
the 'splitInfo' function. This javascript function is part of the html
inserted when the table is requested.

The AJAX call is performed with code like this :

      new Ajax.Request('selContainer', '/htmlblock.php?id=12345 ?>',
      {
      method: 'get', evalScripts:true,
      onComplete: hideActivity
      });

I thought the 'evalScripts' parameter ensured that any JavaScript in
the returned HTML was evaluated, but that does not appear to be the
case here.

Anyone point me in the right direction...?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to