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 strongm 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. mrcheeky

    Ajax loop question

    That's it! Thanks.
  2. mrcheeky

    Ajax loop question

    Hi, Can anyone find why this setTimeout() loop isn't working - I'm getting: 'data_to_send' is undefined Any help much appreciated, thanks. BTW, ajax.js contains my handling for creating the XMLHttpRequest, called createRequest(). <html> <head> <script src="ajax.js"...
  3. mrcheeky

    Javascript calling PHP into variable - almost working. Can you help?

    Thanks Jeff, this works! Much appreciated.
  4. mrcheeky

    Javascript calling PHP into variable - almost working. Can you help?

    Thanks very much BabyJeffy. I'll keep this in mind in case I need to turn to Ajax. However I'm trying to avoid it for now until I've started studying it. In the meantime, I'm trying to do this in Javascript. Any ideas on this?
  5. mrcheeky

    Javascript calling PHP into variable - almost working. Can you help?

    Thanks for the reply. Unfortunatlely I'm a novice and still learning this stuff. Do you mind pasting an example of code that would work? I've been reading up for days on this!
  6. mrcheeky

    Javascript calling PHP into variable - almost working. Can you help?

    Hi, I'm stuck, but it's almost working! From a html page, my javascript calls a server-side php script. The php reads a value from a server-side .txt file and passes it back as a javascript variable. This all works fine. However, I want it to loop within a javascript function every 5...

Part and Inventory Search

Back
Top