I'm trying to write a javascript script which tries to fill in an ASP form. The problem is that when I set, for example, the username, the browser loads a new HTML with nothing but the value I've just set. This happens in 2 <input>
and 1 <select>
fields, just the same thing.
Could someone tell me what could be happening?
Thanks in advance