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.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.