Noob question about forms
Posted: Mon Dec 21, 2009 10:28 pm
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
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