Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Code:
document.form_name.submit();
Or, if you have set an id on your form:
Code:
document.getElementById('form_id').submit();
__________________
Only a biker knows why a dog sticks his head out the window.
|