Folks, I have AJAX building a right-looking select list from an Ajax
call, with the right option selected, but the list shows empty.
The browser isn't honoring that list, and shows a -1 for the selected
index.
I've got the Ajax function called at e page Load completion event, and
it appears that the browser has already rendered the page, and the list
shows empty, despite the OK looking VIEW SOURCE.
I'll appreciate any insights; this has been driving me sane.
AS