Hi. Im not sure but try this one:
type in the following in holidaypage.aspx
<script runat="runat" language="
vb">
Sub Page_Load()
Response.Write ("<b>Name:</> " + Request.Form("FullName") + "<br />")
Response.Write ("<b>Adress:</b> " + Request.Form("Adress") + "<br />")
Response.Write ("<b>************:</b> " + request.Form("************") + "<br />")
Response.Write ("<b>Destination:</b> " + Request.Form(Destination") + "<br />
End Sub
</script>
</html>
<head>
<title>Holiday page</title>
</head>
<body>
<br /><br />
These details have been entered into our database, you sould receive a confirmation email from us shortly.
<br /><br />
</body>
</html>