Something wrong with this page? Tell us!
<form method="POST" action="/cgi-bin/adr.cgi"> <input type="hidden" name="x_url" value="http://example.com/thispage.html"> <input type="hidden" name="subject" value="Something wrong!"> <input type="hidden" name="thankyou" value="http://example.com/thankyou.html"> Your name:<br> <input style="font-family: monospace; font-size: 12px;" type="text" |
Something wrong with this page? Tell us!
<form method="POST" action="/cgi-bin/adr.cgi">
<script type="text/javascript" language="JavaScript"><!--
document.write('<input ');
document.write(' type="hidden" ');
document.write(' name="x_url" ');
document.write(' value="' + document.URL + '">');
//--></script>
<noscript> <!-- for non-JavaScript browsers -->
Copy the URL from your browser's address bar and paste it here.<br>
<input type="text" name="x_url" style="font-family: monospace;
font-size: 12px;" size="19">
<br>
</noscript>
<input type="hidden" name="subject" value="Something wrong!">
<input type="hidden" name="thankyou" value="http://example.com/thankyou.html">
Your name:<br>
<input style="font-family: monospace; font-size: 12px;" type="text"
name="realname" size="19">
<br>
Your email:<br>
<input style="font-family: monospace; font-size: 12px;" type="text"
name="email" size="19">
<br>
What is wrong?<br>
<textarea style="font-family: monospace; font-size: 12px;" name="message"
rows="4" cols="16" wrap="soft">
</textarea>
<br>
<input type="submit" value="Send Message">
</form>
|