Form 'encoding' Example : Accept : Form Control : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Form Control   » [  Accept  ]   
 



Form 'encoding' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<form id="myForm" method="post">
    <button onclick="alert(document.all.myForm.encoding);">encoding</button>
    <button onclick="alert(document.all.myForm.enctype);">enctype</button>
</form>
</body>
</html>

    
      
      
Related examples in the same category
1.  'enctype' Example
2.  'acceptCharset' Example
3.  'accept' Example
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.