portkey
03-01-2007, 08:13 PM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
I have a form on my website that loads on an ajax loaded page. I want to be able to submit my form in that same ajax square. I tried putting the following code in there but it would not work.
<form action="javascript:ajaxpage('../mypage.php?id=785545678', 'ajaxBox')" method="post">
When you click the submit button, nothing happens. Does anyone know how to do this?
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
I have a form on my website that loads on an ajax loaded page. I want to be able to submit my form in that same ajax square. I tried putting the following code in there but it would not work.
<form action="javascript:ajaxpage('../mypage.php?id=785545678', 'ajaxBox')" method="post">
When you click the submit button, nothing happens. Does anyone know how to do this?