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 Chris 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: *

  1. shreyasree

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

    Thanks for your prompt reply - the options you gave make sense. I have set up a conf call with the vendor :)
  2. shreyasree

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

    Thanks once again. This is my requirement: I need to load a third-party bootstrap javascript onto my page, which will then cause their other js files to be loaded. As the javascript loading takes undesirable time (due to some authentication mechanism that needs to happen before the loading), I...
  3. shreyasree

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

    Thanks for your reply! I am new to iframe - could you please give some pointers as to how to use iframe in this scenario? Thank you very much, Shreya
  4. 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...
  5. shreyasree

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

    Thanks for your reply! The javascript code is obtained from an external site. So, could you please further explain how to "Parse it server-side so it has the same domain as your site". The following is what I am trying to achieve: Client requests a specific page, (that includes a bootstrap...
  6. 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