'encoding' Example : encoding « HTML Attributes Reference « HTML CSS Reference






'encoding' Example

    
<HTML>
<head>
<Title>Example For encoding</Title>
</head>
<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>  
    
      
      








Related examples in the same category

1.'encoding' Syntax and Note
2.encoding is applied to