Warli
05-12-2003, 12:32 PM
stupid question...
<form name="form1" method="post" action="form1.php">
<input type="hidden" name="form" value="form">
<a href="javascript:void 0;" onclick="document.Form1.submit(); return false;">
</form>
the document should be in another target...
Javascript is not my world :)
so after the click: target="content" should be the form1.php
Thanks again
warli
<form name="form1" method="post" action="form1.php">
<input type="hidden" name="form" value="form">
<a href="javascript:void 0;" onclick="document.Form1.submit(); return false;">
</form>
the document should be in another target...
Javascript is not my world :)
so after the click: target="content" should be the form1.php
Thanks again
warli