'encoding' sets the MIME encoding type : encoding : Form Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Attributes » encoding »

 

'encoding' sets the MIME encoding type



    
<HTML>
<body onUnload="document.forms[0].reset()">
<form name="form1" method="post" action="" encoding="text/plain">
   <p>My Password: 
      <input type="password" name="textfield" value="15151515"size="20">
      <input type="button" name="Submit" value="Submit">
   </p>
</form>
</body>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Attributes
» encoding