rjusa
12-03-2003, 10:51 AM
I have a form that asks for states the applicant has been licensed in for the past 5 years...main form contains a table, 10x5 with the text boxes grayed out...when the applicant clicks the "States" button a child window opens with a drop down that allows for multiple state selections...when they click "Update" the selections are transfered to the main form and the text boxes now filled in now have a background color of white, the "non-filled" boxes remain gray...this is accomplished with a 'window.onfocus' function...so far so good...on the same form another table fills in information pertaining to states currently licensed in...used the same scheme as above with a seperate onfocus but it doesn't work...as a "guess" I took out the window.onfocus command from the first application and the second application now works...to make a long story short, can you only use 1 window.onfocus command? should I meld the two seperate functions into one onfocus? So close and yet so far!
Thanks,
Ron
Thanks,
Ron