Page 1 of 1

Noob question about forms

Posted: Mon Dec 21, 2009 10:28 pm
by ITDrone
Hi.

I'm trying to get script output to appear in the div tag occupied by the form. My form tag is as follows:

<form action="AdvisorsEditPost.php" method="post" name="AdvisorsEditPost.php">

I've tried a couple of target attributes, but they either take over the entire page, or they load in their own window. This needs to replace the form within the div. The form itself is a php script loaded into the div by menukey.

Thanks,

IT Drone

Re: Noob question about forms

Posted: Mon Dec 21, 2009 11:00 pm
by requinix
You're looking for AJAX...

Re: Noob question about forms

Posted: Tue Dec 22, 2009 1:02 am
by Griven
More specifically, you'll want to look at this tutorial: http://net.tutsplus.com/javascript-ajax ... ng-jquery/