Is it possible to execute JavaScript within an AJAX request? I attempted to include some JavaScript code in the PHP file that was called by an AJAX command. The purpose of this script was to modify an HTML attribute on the parent page. However, it did not work as expected. When checking the console in Firebug, the script was printed but did not trigger any alerts.
Thank you for your responses!