I have an ASP page which has 2 list boxes. When the selection changes from
L1 it runs another asp page in hidden frame (hidden1), that page will do
some database fetch and will set some control values on the original page.

When the selection changes from listbox L2 i.e. it runs another asp page in
a hidden frame (hidden2), that page will also do some database interaction
and will set some control values on the original page.

When these 2 actions explicitely did then they work great.

Now I want to load the page initally and I have to set the default values
for those 2 list boxes which will ultimately run 2 differnet pages in 2
different frames. This too works well....no issues...

My question is, when initally loaded and 2 pages runs in 2 hidden frames
that time I noticed that my status bar is still progressing but the values
have been already processed and the pages have been procesed in the
repective hidden frames. Then, why the status bar is still
progressing....this is creating unnecessary confusion and people think that
the page is still loading or doing something but the truth is that page is
processed and stable to use.....

How can I stop that the status progress bar....or any other solution!!!

Thanks

Re: is it Hidden prame issue? by Evertjan

Evertjan
Thu Oct 20 18:35:31 CDT 2005

abcd wrote on 20 okt 2005 in microsoft.public.inetserver.asp.general:
> I have an ASP page which has 2 list boxes. When the selection changes
> from L1 it runs another asp page in hidden frame (hidden1), that page
> will do some database fetch and will set some control values on the
> original page.
>
> When the selection changes from listbox L2 i.e. it runs another asp
> page in a hidden frame (hidden2), that page will also do some database
> interaction and will set some control values on the original page.
>
> When these 2 actions explicitely did then they work great.
>
> Now I want to load the page initally and I have to set the default
> values for those 2 list boxes which will ultimately run 2 differnet
> pages in 2 different frames. This too works well....no issues...
>
> My question is, when initally loaded and 2 pages runs in 2 hidden
> frames that time I noticed that my status bar is still progressing but
> the values have been already processed and the pages have been
> procesed in the repective hidden frames. Then, why the status bar is
> still progressing....this is creating unnecessary confusion and people
> think that the page is still loading or doing something but the truth
> is that page is processed and stable to use.....
>
> How can I stop that the status progress bar....or any other
> solution!!!

ASP does not know of nor care for frames or listboxes.

This is not an ASP issue.

Please ask a html-ish NG.


--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)