<br>Add new question to FAQ with ID 12345:
<!-- ID for FAQ will be passed as a GET parameter -->
<br>
<form method="post" action="postQuestion.jsp?12345">
Question:<input type="text" name="ask">
Your name: <input type="text" name="sender"> <input type="submit" value="Post Question">
</form>