Hi ASP experts,
The first time the page loads, a listbox is displayed at the top of the page - nothing else.
After the user makes a selection from the listbox, an SQL statement selects the rows, then a ASP sub is called to build the table rows using response.write statements
*****************************
...The problem is the table pushes the listbox to the bottom of the page, after the end of the table.
Sometimes the table is pretty long so the user has to scroll all the way to the end to make another selection from the listbox.
How can I force the table to be placed after the listbox rather than before it ?
I hope I have described my question clearly enough.
Using ASP and HTML.
Thanks for your ideas. John
The first time the page loads, a listbox is displayed at the top of the page - nothing else.
After the user makes a selection from the listbox, an SQL statement selects the rows, then a ASP sub is called to build the table rows using response.write statements
*****************************
...The problem is the table pushes the listbox to the bottom of the page, after the end of the table.
Sometimes the table is pretty long so the user has to scroll all the way to the end to make another selection from the listbox.
How can I force the table to be placed after the listbox rather than before it ?
I hope I have described my question clearly enough.
Using ASP and HTML.
Thanks for your ideas. John