Use the "submit" method of the Form object. You should always give your form an ID:
<form id="myForm" action="myServerSideCode.php" method="post"></form>
Then, you can reference and submit the form with a script that looks like:
document.getElementById("myForm").submit();
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37