Link to home
Start Free TrialLog in
Avatar of AlfredoSauce
AlfredoSauce

asked on

submitting a form

I have a form on my site that the user has to fill out and submit. I am using the following method:

<form method=POST action="mailto:xxx@xxx.xxx.xxx"
      enctype="text/plain" >

This only works for Netscape. Is there a simple way like this that also works for AOL and IE? Also, is there anyway to make the e-mail secure? (i.e eliminate the security warning that pops up)
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of potent
potent

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial