<html> <head> <title>Submit Form</title> </head> <body> <!-- A form leading to a target page. The form is submitted via javascript, so we don't need a submit button. --> <form id="form" action="target.html" method="post"></form> </body> </html>