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 derfloh 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 mrjcfreak

  1. mrjcfreak

    Passing variables in Timeouts

    Visit www.dhteumeuleu.com/ to make your eyes water!
  2. mrjcfreak

    Passing variables in Timeouts

    I noticed the quotes! I have actually adopted a simpler (if a little cruder) method, whereby only the id is passed as an argument, and the Element is 'get'ed again by the function which receives it. However, I think my original problem is an interesting lesson in any case, so here goes...
  3. mrjcfreak

    Passing variables in Timeouts

    I am wanting to set a timeout for a function... if not in a timeout, the function would be called as follows: transition([html element],[string],[int]); e.g. el = document.getElementById("mydiv") transition(el,"my div",0); I am having problems doing this with a setTimeout though... el =...

Part and Inventory Search

Back
Top