Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shreyasree
  • Content: Threads
  • Order by date
  1. shreyasree

    Load external javascript (having document.write) after page loads

    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...
  2. shreyasree

    How can I load javascript code from a servlet before page loads

    Hi all, I need to dynamically load javascript code from a servlet, without overwriting the existing page. I tried the following methods, but they don't seem to help: Method 1 I tried to load it after page loads, by creating var headID = document.getElementsByTagName("head")[0]; var newScript...

Part and Inventory Search

Back
Top