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

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Form Control   » [  Accept  ]   
 



'acceptCharset' Example

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

    
<html>
<head>
<script language="JavaScript">
function goAcceptCharset() {
    alert(document.all.myForm.acceptCharset);
}
</script>
</head>
<body onLoad="goAcceptCharset();">
<form id="myForm" method="post" action="" acceptcharset="UTF-8">
some input fields
</form>
</body>
</html>

    
      
      
Related examples in the same category
1.  'enctype' Example
2.  Form 'encoding' 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.