[Proto-Scripty] run function with AJAX.Updater

2012-07-26 Thread Jim Longo
Hi, I'm very new to this so excuse my ignorance. I've simplified this, but basically I have a function in an external js file that I want to be able to re-run from my page using AJAX.Updater So in my html page I have the following section. A div I want to replace, a function containing the

[Proto-Scripty] Re: run function with AJAX.Updater

2012-07-26 Thread Jim Longo
If it helps, I can replace the js with something real simple (an alert) and it still won't run in the AJAX page. If I put plain text or html or php in the external file it will run, but not javascript. On Thursday, July 26, 2012 12:22:54 PM UTC-4, Jim Longo wrote: Hi, I'm very new to this

[Proto-Scripty] Re: run function with AJAX.Updater

2012-07-26 Thread Jim Longo
I simplified the javascript file to just show an alert. And took the quotes off of the evalScripts:true. The AJAX page will fetch text, html, php but not javascript. Still looking at numerous tutorials and the documentation but it's pretty sparse and contradictory in a lot of places. div