Hi
I am executing a javascript code in framed document.
Script is being executed in a frame which loads an htm file in another frame and gets a property of document that is loaded. Problem is that the document takes time to load completely and when the property is tried to get, it gives an error. What can I do to check whether the document has been loaded fully or not.
I am executing a javascript code in framed document.
Script is being executed in a frame which loads an htm file in another frame and gets a property of document that is loaded. Problem is that the document takes time to load completely and when the property is tried to get, it gives an error. What can I do to check whether the document has been loaded fully or not.