Did read through your links, not much that have to do with the onChange command, but I tried changing the location into this:
CODE
onchange="if(this.value != -1) document.forms[0] + this.value;">
to get it to change values in the first form on the page, but not working.
The script I did use worked, but as it used location it does reload the entrire page and thats not what I want.
I have 2 drop down boxes, they fetch data from a database and when you select a name in the drop down it fetch rest of the data ($first $last $phone etc) and those data should be displayed in textboxes on the page (and they do with old script, but thats not working when I put 2 boxes there).
This is so that you can save often used data into the databse and just get them by selecting a name in the drop down.
I just want the onChange command to "understand" that is's should change the form1, instead if reloading the enitre page.