godzawilla
IS-IT--Management
i have a form that i am emailing to two specific directors and everything works fine when i use internet explorer but there is a syntax issue when i attempt to send the form in netscape. my code is as follows:
<form name="formname" action="mailto:email1@adress.com;email2@address.com" method="post" enctype="text/plain">
form contents
<input type="submit" name="submit">
</form>
Anybody have any ideas?
Thanks
<form name="formname" action="mailto:email1@adress.com;email2@address.com" method="post" enctype="text/plain">
form contents
<input type="submit" name="submit">
</form>
Anybody have any ideas?
Thanks