Displaying 1 result from an estimated 1 matches for "that_div".
Did you mean:
test_div
2007 Oct 12
5
Evalscripts
Hey all,
I''m just checking my understanding. Would someone be so kind as to
comment on the following?
Event.observe(''this_link'', ''click'', function() {
AJAX.Updater(''that_div'', ''my.php'', { evalscripts: true}) });
<div that_div>
</div>
///////
my.php
echo("<script>alert(''Loaded'')");
There''s a lot more to all of it than that, but this is where I''m
hitting problems and I have no...