Including another php file inside ajax call works but javascript file doesn't load -
I have a form wizard php page and in its related javascript (I'm an experimental prototype. JS BTW), I am updating a division with Ajax.Updater . What is really interesting is that the external php file is successfully included but the Javascript file is not. Here's my code: wizard.php & lt; Div id = "step1" class = "tab-panel active" & gt; & Lt; H3 square = "block" & gt; & Lt ;? = $ Core-> L ("report_selection")? & Gt; & Lt; / H3 & gt; & Lt; Div class = "control-group" & gt; & Lt; Label class = "control-label" & gt; & Lt ;? = $ Core-> L ("report_name")? & Gt; & Lt; Span class = "required" & gt; * & Lt; / Span & gt; & Lt; / Labels & gt; & Lt; Div class = "control" & gt; & Lt; Id = "report_selection" field = "report_selection" class = "m-wrap span10" ...