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 TouchToneTommy 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: c3f8
  • Content: Threads
  • Order by date
  1. c3f8

    getElementsByTagName bug ?

    Hi there. Iam facing a very strange problem. starting with the code: <html> <script language = 'javascript'> function init(){ var x = window.document.getElementById("z"); var temp = x.getElementsByTagName("a"); x.removeChild(temp[1]); } </script> <body onload = "init();"> <div id = "z">...
  2. c3f8

    Content type check

    Hi!! Is there anyway of getting page content-type in client-side using javascript? thanks
  3. c3f8

    wait for script to load

    hi there. Is there any way of loading dynamically a script and wait for him to load? I am using google api but i just want to load the script when i press a button but i need for the script to load to continue processing. thanks

Part and Inventory Search

Back
Top