Posts Tagged ‘element’

‘null’ is null or not an object

This error occurs when the object/element you are trying to access does not exists in the html page or you did not specify the ID of the element.

or

You are executing a code while the html page has not yet fully loaded. If you need to execute a certain code during page load, this can be done on window.onload event or put the script before the end of the body tag .

, ,

No Comments



SetPageWidth