gibby
04-18-2007, 08:16 PM
1) Script Title: Dynamic Ajax content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: Hi I an new and chinese so sorry first. I have working this script.
Now all links call html file in ajaxfiles folder no problem. same as the demo script I would like to call php file I have contact form.
please can you tell me what to do
this is the code in the main file
<a href="javascript:ajaxpage('ajaxfiles/about_contactus.html', 'rightcolumn');">Contact us</a>
this is the code in the html file about_contactus.html
<p align="justify"> <p align="justify"><?php include('testmailer/phMailer.php');php?></p>
i think i am doing something wrong that is very simple I see nothing :-(
Thank you very much
Gibby
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: Hi I an new and chinese so sorry first. I have working this script.
Now all links call html file in ajaxfiles folder no problem. same as the demo script I would like to call php file I have contact form.
please can you tell me what to do
this is the code in the main file
<a href="javascript:ajaxpage('ajaxfiles/about_contactus.html', 'rightcolumn');">Contact us</a>
this is the code in the html file about_contactus.html
<p align="justify"> <p align="justify"><?php include('testmailer/phMailer.php');php?></p>
i think i am doing something wrong that is very simple I see nothing :-(
Thank you very much
Gibby