Hi all! Me again...
I am trying to create an input for a newsletter subscription. Here is my current code:
<p><span style="font-family: Times New Roman; font-size: small;"> <strong>I spy Loulou: Subscribe to Newsletter</strong><br /></span></p>
<form action="/cgi-bin/mailmachine.cgi" enctype="application/x-www-form-urlencoded" method="post"><input name="address" size="40" type="text" /><br /><input checked="checked" name="action" type="radio" value="Subscribe" /> <span style="font-family: Times New Roman; font-size: small;">Subscribe | Unsubscribe <input name="action" type="radio" value="Unsubscribe" /> <br /><input type="submit" value="Update" /> </span></form>
<p> </p>
The problem is that when I hit the submit button I get an error page that says:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@********.** and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
Any help would be greatly appreciated!

