Page Load Event

M

[MSFT]

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.)
 
M

Mike Wasmer

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
 
M

[MSFT]

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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top