Thanks for offering to help GeorgeV
code for 1st text box is
Code:
<input name="txtID" type="text" id="txtID">
Having completed the most difficult task of getting 2 drop down boxes to work in tandem, to get stuck here is causing loss of hair.
I've dumped the idea of using frames as I can see this being very messy so it all refreshes on the same page after pressing submit button now. All users will be accessing pages in IE6. You might be wondering why I need to do this and to explain, I need to cut down on staff errors when applying notes to customers bookings. For instance they will only be able to pick codes from drop down box 2 that are valid with the code picked in box 1. The code in box 1 is A through to G, but I have added the extra parts in the correct places that I need for querying the database so A has now become [|A*. When the submit botton is pressed then the string of text appearing on the page can be cut & pasted into booking notes which hopefully should reduce the high number of errors that I'm getting at the moment.
Thanks again for your help. Much appreciated.
Dave