Manuel Lemos - 2007-05-26 19:58:59 - In reply to message 1 from kiril botev
The actions that you define as AJAX response are only available until the response is finished. Then the iframe is unloaded to save memory.
For what you want, I suggest that you define a DIV in the page and make the AJAX response replace the DIV contents with HTML tags that include the code you want to load in the page.
You may also want to take a look at the ONCOMPLETE event actions.