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

    need help with a code to work with Safari and Opera

    I have this code that dynamically changes a frame name and address and reloads it in the page. this code works for both firefox and IE but it doesn't for Safari and Opera. Is there a way I can make this code work with all browsers? function changeName() { var idPassed = this.id; var...
  2. madoo

    need help with attachevent

    I am running a function that dynamically creating divs and populates them from an xml file. what i have been trying to do is to add an onclick event to the divs so when one is clicked it would run a function. here is my code. function loadlist() { var xmlDoc=null; if (window.ActiveXObject)...

Part and Inventory Search

Back
Top