Problem with form in Netscape 7

windows

Guest
We have a very basic webpage with a form on it. (It is very similar to the guestbook form in htmlgoodies.<br />
<br />
a short version of it is...<br />
<form METHOD=POST ENCTYPE="text/plain" ACTION="mailto:mailaddress@ouraddr?subject="WEB"><br />
Your email address <input name="EMAIL" size=50><p><br />
Project number <input name="PROJNO" size=8 maxlength=7><p><br />
click<input type="submit" value="SEND"> to submit your message.<p><br />
click (input type="reset" VALUE="CLEAR"> to clear your message and start over.<br />
</form><br />
<br />
This works fine in Netscape 4. It sends and email with "WEB" as the subject and the body of the message looks something like...<br />
EMAIL=<br />
PROJNO=1000<br />
<br />
Our problem is that we now have people using Netscape 7 and the form no longer works properly. It will only sent the email with "WEB" in the subject and nothing in the body of the message.<br />
<br />
Any ideas what I need to change to get this form to work for both Netscape 4 and 7?<br />
<br />
Kelly<!--content-->
 
Back
Top