1) Script Title: Dynamic Ajax Content

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

3) Describe problem: I can use the script to call my page just fine. However, I want to post th form on the called page to the div tag itself rather than a new page or the same parent page. Can I do that? I tried using the target form tag as target="contentarea" which is the name of the div on my parent page with no luck. Do I need to do target="window.parent.contentarea" or?