|
|
<%
'If the form has just been submitted then show the submission results
if request.form("cmd") ="sendmail" then
response.write Results
else
'otherwise the page is being opened normally, so show the form
'##################### Paste the FORM HTML content (usually starting with form tag)
'##################### below the next line
%>
John or Faye at SkyCamera
Submit an Enquiry
<%
End if
%>
|