Hi
I have a ASP page which use response buffer = True so one does not really se anything happening when the select option list wait for all the records to pop in there.
So I have a javascript show("data_loads"); which turns on a GIF "data loads.gif" which I start with the submit.
I also have a javascript that hides the gif again hide("data_loads");
How do I find the point when the recordset is just finished to run the second script hide("data_loads");
It should be sth with EOF but the EOF never becomes true so what could I use here?
or is there some built in function in ASP I can use here I´ve missed out on?
Thanks//Martin