I hava a button like this
<input type="Submit" value="Apply" align="MIDDLE">
I want to change the value to something else .
Can I do this ?
<input type="Submit" value=<script>getnewkey("Apply")</script> align="MIDDLE">
It doesn't seem to work, How should I modify the javascript code?