Scott Longberry wrote:
> Hi all,
>
> I am trying to embed a link into a text string being fed to Exhibit.
> If I view the source, the link looks like the following:
>
> <a href="#" onclick="alert('Get link!!!'); new Ajax.Updater
> ('stringinfo','http://localhost:8080/query/get_string_from_li?
> id=196', {asynchronous: true}); return false;">Demo 7049-32</a>
>
> I put the alert into the link just to prove that javascript was
> getting evaluated when I click on the generated link (it is). The
> problem is that the Ajax.Updater never fires. Is there some
> incompatibility between the Prototype JS library and the Simile Ajax
> library? I use prototype everywhere else in my code, so I would like
> to use it here as well if I could.
>
Are you seeing any error in the Javascript console (in Firefox)? I'd
recomment FireBug for debugging:
http://getfirebug.com/
David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general