Hi, I want to monitor object creation. for example i want to dynamically change some https links to http using javascript. i can do it in the page onload event by fetching all object anchors and can replace the href. but i want to do that at the instance of the object creation instead of waiting till the page has loaded. so to prevent users from clicking any link which had already appeared at the top of the page and if the page is taking some time to load then the url would have had replaced to my desired path. so that is the reason i want to change the href to a different url or replace https to http.
i haven't heard or read about on create event so i am posting it here. people should have alternatives or other options which we have not yet heard, read or used.