greensobuj Posted August 11, 2008 Share Posted August 11, 2008 Well guys I've the main page index.php from where I'm calling a second page, like this: <img src="../images/icon_edit.gif" alt="edit" class="link" onclick="ajaxRequestV('id=94','my_form','ajax/edit_form.php');" /> I need to call some external js files in the page edit_form.php. Any tips on how should I do it? Simple way that we follow while adding in the head section like <script type="text/javascript" src="../js/dhtmlwindow.js"></script> is not working here. Probably because I don't have any head section in the edit_form.php and adding this in the parent page index.php is not working as well. The file structure is: index.php js/dhtmlwindow.js ajax/edit_form.php images/icon_edit.gif ??? : Any help possible friends? Will sincerely appreciate any help. Cheers. Link to comment https://forums.phpfreaks.com/topic/119080-prototypejs-ajax-and-loading-external-files-in-the-second-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.