I know this code use to work
<form name=form action="mailto:email@here.com" method="post" enctype="text/plain">
now I am seeing that with newer browsers it does not work properly anymore. Now it just acts like a link and opens an email window. Does anyone know if they are/have phased out this functionallity in the new browsers and if there is another way to send just a plain email for with out having to use server side elements.
<form name=form action="mailto:email@here.com" method="post" enctype="text/plain">
now I am seeing that with newer browsers it does not work properly anymore. Now it just acts like a link and opens an email window. Does anyone know if they are/have phased out this functionallity in the new browsers and if there is another way to send just a plain email for with out having to use server side elements.