Benson
11-10-2001, 11:46 PM
I have been tasked to examine an existing web site to see if it could be duplicated on another server (FQ!). The site has a 'contact us' form which should be a simple form-to-email script. Instead, here is the html I found:
<form method=post action="contact2.html">
<input type="hidden" name="action" value="1">
<INPUT TYPE="hidden" NAME="SendTo" VALUE="sales@woodsideplantation.com">
<INPUT TYPE="hidden" NAME="ReturnTo" VALUE="http:\\www.woodsideplantation.com\ThankYou.html">
I couldn't find a file called contact2.html on the server and trying to access it directly just puts me back at the original form. Anyone know how this form could possibly be working?
<form method=post action="contact2.html">
<input type="hidden" name="action" value="1">
<INPUT TYPE="hidden" NAME="SendTo" VALUE="sales@woodsideplantation.com">
<INPUT TYPE="hidden" NAME="ReturnTo" VALUE="http:\\www.woodsideplantation.com\ThankYou.html">
I couldn't find a file called contact2.html on the server and trying to access it directly just puts me back at the original form. Anyone know how this form could possibly be working?