Hi, Does anybody know why when setting action="mailto:" in an HTML form NS6 launches its Email program instead of popping up the the alert box that says something like "you are about to send your email address over the internet" etc..
The form have been working correctly on NS4.x and IE4/5 for a couple of years now. Here is the form code: <form id="TownLine" name="TownLine" method="POST" action="mailto:[EMAIL PROTECTED]" enctype="text/plain"> <input type="text" name="Customer" size=24 maxlen=100 value=""> <input type="submit" value="Click Here to Email this Order to Town Line"> </form> Any help would be greatly appreciated. Thanks Jim
