Displaying 1 result from an estimated 1 matches for "geeka".
Did you mean:
geek
2008 May 07
1
Ajax.Updater is evaluating script twice
When I execute the code similar to the following:
new Ajax.Updater( Div, Page , { evalScripts: true } );
The script embedded in the result is being executed by prototype
twice. I am using IE7 but have confirmed it is also an issue with IE6.
I am using Prototype version 1.6.0.2.
Has anyone seen this before? I have found no related postings.
Thanks for any advice.
-Ben