I need a way to auto-execute a script function after loading and after resizing of a page. This script is located in an external JavaScript file, and the event handlers have to be defined in the script file (the document itself can't have an onload attribute or script calls). The auto-loading function needs to be executed after the page has been built, since I need access to the clientHeight property...
Can anybody please help me?
Can anybody please help me?