Is there an event that signifies the end of a page load?

Re: Page Load Event by Ray

Ray
Thu May 06 14:39:29 CDT 2004

What are you looking to do?

Ray at work

"Mike Wasmer" <mike_wasmer@hotmail.com> wrote in message
news:1a71e391.0405060815.12fc0d0a@posting.google.com...
> Is there an event that signifies the end of a page load?



Re: Page Load Event by Dominique

Dominique
Thu May 06 16:25:34 CDT 2004

don sound like asp to me

"Mike Wasmer" <mike_wasmer@hotmail.com> wrote in message
news:1a71e391.0405060815.12fc0d0a@posting.google.com...
> Is there an event that signifies the end of a page load?



RE: Page Load Event by lukezhan

lukezhan
Thu May 06 21:07:33 CDT 2004

Hi Mike,

Based on my understand, you want to execute some client script when an asp
page is load compeletely? Is this right?

Regarding the issue, there are only events for Load and Unload, none for
loadcompleted. I suggest tou may add a script at the bottom of the page. It
will be executed after all components are load.

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Re: Page Load Event by mike_wasmer

mike_wasmer
Mon May 10 08:50:50 CDT 2004

lukezhan@online.microsoft.com ([MSFT]) wrote in message news:<oadmfg9MEHA.3808@cpmsftngxa10.phx.gbl>...
> Hi Mike,
>
> Based on my understand, you want to execute some client script when an asp
> page is load compeletely? Is this right?
>
> Regarding the issue, there are only events for Load and Unload, none for
> loadcompleted. I suggest tou may add a script at the bottom of the page. It
> will be executed after all components are load.
>
> Hope this help,
>
> Luke
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)

Hello,
Thank you for your response. I am needing to run a process after the
page loads that will generate an array from a potentially large group
of data. The problem that I am having is that because of the fact that
pages load linearly when I run the process even if it is in another
frame the page waits for it to finish to completely load. I thought
about using a response.flush to write the content and then run the
script but that doesn't look very viable to me due to the fact that
the user will need to interact with the page while the script is being
run which could cause problems. Thanks again for any help.

Mike

Re: Page Load Event by lukezhan

lukezhan
Tue May 11 00:54:05 CDT 2004

Hi Mike,

I am still not very clear about the problem. Did you want to run some
client code or server side code in the "form load completed" event? Are the
data required by the array all in the same page?

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)