Jump to content

prototypejs, ajax and loading external files in the second page.


greensobuj

Recommended Posts

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.