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!

Recent content by KhalidAn

  1. KhalidAn

    Dynamic javascript not working in IE

    Thank you so much. I looked all over the net and could was unable to find this answer. I wish this solution is on google search results.
  2. KhalidAn

    Dynamic javascript not working in IE

    the alert('hello'); is string so it is enclosed with "". Here is how I call LoadJS function. var scriptEle = document.getElementById('scriptFromAjax') if(scriptEle!=null){ LoadJS(scriptEle.innerHTML); } where scriptFromAjax is following...
  3. KhalidAn

    Dynamic javascript not working in IE

    My dynamic JS not working in IE. It is keep failing on line newElem.innerHTML = theScript; where theScript=alert('Hello'); which I get back from my AJAX call. I had to go with the following workaround because javascript passed with AJAX contents was not working. Now following works ok in...

Part and Inventory Search

Back
Top