Click to See Complete Forum and Search --> : question: target in a form tag


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

Jona
05-12-2003, 12:39 PM
You mean <form name="form1" method="post" action="form1.php" target="content"> ? (Or are you trying to submit a form across frames?)

Warli
05-12-2003, 12:45 PM
Hehe, thanks

sometimes it seems better to think before post a message :)

my brain lags :D

ok thanks!
warli

Jona
05-12-2003, 12:46 PM
:D That's okay... We're all that way sometimes... :rolleyes: