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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.