With <body onload="signifyload()" > signifyload is called when page is fully loaded and DOM fully constructed
-
Seemingly can NOT reliably capture onload event as needs to be reset for each page
-
Instead for general pages use if(WW_isdefined(document.forms)) etc.
-
Note we can always detect unload of previous page ....
-
WebWisdom pages all have an onload event handler which inter alia registers with JSSB
|