How can I submit a form to another page via a text link?
I've tried something like:
echo "<a href='link.php' onclick='javascript:document.form.submit()'>Link</a>";
but it doesn't seem to work... Is there some syntax error here?
Read javascript together. this forum splits it.