Actually I got it working, thanx for the help, I used the XMLHTTP object to send stuff to an asp page, the asp page gets the results from the database and then I do a response.write which writes in XML format and then I use the XMLDOM object on the client page to populate my combo box with the...