I have an HTML form, while browsing the page some fields is populated with default values, I want the form to be clear when the user open the page, so I tried doing so in javascript document.onload() but the problem is that the code within it executes before the form elements is loaded so I can't manipulate them.. what to do ??
Couldn't that behaviour be caused by the "form auto-complete" feature of your browser?
The code from this page might help.