thanks andrin! the code worked perfectly well. however, would it be possible to pass other variables other than the form objects?
for instance:
the code you gave me was:
<a href="javascript:document.forms['FROM_NAME].submit();">submit form</a>
the thing is, i would like to pass other variables in the link.
(the structure that is:)
<a href="trial.php?var1=kay&var2=andrin">submit</a>
would it be alright if i combine both (javascript and variable passing) in a single link? thanks a lot!!! ๐