Thu Jun 09, 2011 1:39 pm
Thu Jun 09, 2011 3:38 pm
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
function myfunction () {
document.getElementById('mytest').value= ' your message ';
// do something.
}
// - End of JavaScript - -->
</SCRIPT>
</HEAD>
<BODY>
<TEXTAREA id="mytest" />
<INPUT id="text" TYPE="text" VALUE="Change me" onchange="myfunction()">
</BODY>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.