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
Noob question about forms
Moderator: General Moderators
Re: Noob question about forms
You're looking for AJAX...
Re: Noob question about forms
More specifically, you'll want to look at this tutorial: http://net.tutsplus.com/javascript-ajax ... ng-jquery/