<form action="adduser1.php" method="POST">
<input type="text" name="password" id="password" " />
<input type="button" style="height:60px; font-size:18px;" id="button" value="Add me to the website" />
</form>
<script type='text/javascript'>
document.getElementById('button').type = 'submit';
</script>
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY