<HTML>
<HEAD>
<TITLE> Send Mail </TITLE>
<LINK rel=stylesheet href="/ASSETS/imagesbyossner.css">
</HEAD>

<BODY>
<!--   This is a generic form to collect the information
	for sending email.  It uses a cgi program presumed
	to sit in /cgi-bin/sendmail.cgi to process the form
	and send the email.   Modify the text within this
	page to taste, but only modify the FORM elements
	with great care!

	The referencing page should open a window of appropriate
	size to handle the form and thankyou/error information:

  window.open("/sendmail.html",'email','width=500,height=400,resizable=yes'); 

	sendmail.cgi may be modified to conform to the color
	standards and text suitable to the situation may be
	placed on the form and thankyou pages.

	There is no mystery whatever in this form.
	Created by the guru at dinsights.com in order to send 
	email without exposing an email address to the spiders.

	-->


<FORM METHOD="POST" ACTION="/cgi-bin/sendmail.cgi">
<P>
Thanks again for your interest.
<P>
To send me an email please fill out the form below and then hit the 
"Send Mail" button below.  
If you would prefer to call directly, you can contact me at 732-741-6219.
<BR><BR>
Wayne Ossner Photography
<HR>
<TABLE CELLPADDING=4>
<TR><TD>
Your Name:<TD><INPUT size=30 name=NAME>
<TR><TD>
Your Email: <TD><INPUT size=30 name=EMAIL>
</TABLE>
<BR>Your Message:<BR>
<TEXTAREA ROWS="8" COLS="58" NAME="MESSAGE"></TEXTAREA>
<P>

<INPUT TYPE="SUBMIT" ACTION="/cgi-bin/sendmail.cgi" VALUE="Send Mail" METHOD="POST">

</FORM>
<FORM>
<INPUT TYPE="BUTTON" VALUE="Close Window" ONCLICK="javascript:window.close();">
</FORM> 
</BODY>
</HTML>

