shreyasree
Programmer
I need to load a 3-rd party javascript after my page loads.
This javascript has document.write in it - which will overwrite my page if I load it after page load. I cannot change/remove the 'document.write' in the javascript - as this is not supported by the 3rd-party.
How can I load this javascript after page loads without overwriting my page contents.
Any help is greatly appreciated.
Thanks,
Shreya
This javascript has document.write in it - which will overwrite my page if I load it after page load. I cannot change/remove the 'document.write' in the javascript - as this is not supported by the 3rd-party.
How can I load this javascript after page loads without overwriting my page contents.
Any help is greatly appreciated.
Thanks,
Shreya