A
AAaron123
I got from ms an .aspx file that contains a pageLoad() JavaScript function
I put an alert in it and I can see that it does run.
What calls it?
It is not referenced in the code, but it does execute.
Is it a page load event that is automatically wired as a client side event?
If so, are there other such events.
Google and VS Help give many hits but they seem to relate to Page.Load or
the words "page load"
So, I copied into another .aspx file and it does NOT execute.
They both have AutoEventWireup="false" and are both content files for the
same master.
Why does it work in one but not the other?
Thanks
I put an alert in it and I can see that it does run.
What calls it?
It is not referenced in the code, but it does execute.
Is it a page load event that is automatically wired as a client side event?
If so, are there other such events.
Google and VS Help give many hits but they seem to relate to Page.Load or
the words "page load"
So, I copied into another .aspx file and it does NOT execute.
They both have AutoEventWireup="false" and are both content files for the
same master.
Why does it work in one but not the other?
Thanks