onload()
<script type="text/javascript"> window.onload = function() { document.forms[0].elements[0].value = 'maujor'; } document.forms[0].elements[1].value = 'maujor'; <script>
... <form action="" method="get"> <input type="text" /> <input type="text" /> </form> ...