search for: updatecon

Displaying 1 result from an estimated 1 matches for "updatecon".

Did you mean: updateicon
2005 Aug 23
2
using the evalScript option on Ajax.Updater
...Script option on the Ajax.Updater. I''ve removed everything except for the ajax call and a simple alert to try and debug it. It doesn''t appear that the regex is finding my JS in the response... I''m doing an update request and the response is coming back correctly to the updateConent function as this string: <script language="Javascript"> alert("fdsfa"); </script> But the scripts var inside of updateContent is still coming out as null. Thus, obviously, my alert isn''t being run, because it doesn''t think it''s a scrip...