REGISTRATION AND ROOM RESERVATION
<% firstname=Request.Querystring("firstname") lastname=Request.Querystring("lastname") %> <%Response.Write (firstname)%> <%Response.Write (lastname)%> ,
You have completed the PTC-03 Registration successfully
<%choice4=Request.Form("EXIT") If Choice4="EXIT" then Response.Redirect "announce.html" End if%>