Hi,
I have a novices question. I have a list box control which when selected hunts through a client side array and if it finds a match ( its supposed to ) write contents of the array element to the SAME page.

the only way I have been able to do this so far is with a textarea. Is there a way to write the contents of the client array element below mt control, document.write appears to create a new page.

So I have initially

Company A
Company B
Company C
Company D

If someone clicks on "Company A" then details of Company A are listed below the listbox control


Thanks in advance.

Lenin