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. lungdart

    Ajax problem

    Putting the script on the ajax.php file works. But the whole point of it was to use an Ajac script to load with the cTime variable (as its different for each use), but putting the JS in the ajax.php file completely negates the use for Ajax. Anyway around this?
  2. lungdart

    Ajax problem

    Update: I installed the firefox webdeveloper tool, and it gives the javascript error: "clockUpdate is not defined" So I guess that its not seeing the Javascript in the page im loading with the Ajax script. Ill try putting the java in the ajax page and see what happens.
  3. lungdart

    Ajax problem

    Heres the timer with some server side: <html> <head> <title>Clock</title> <style type="text/css"> .green { color: #00bb00; text-decoration: none; } .red { color: #ff0000; text-decoration: none; } #Clock { height: 45px; width: 45px; margin: 0px; padding: 0px; margin-left: 100px; }...
  4. lungdart

    Ajax problem

    I'm making a script to time my breaks at work via web page. I'm using the "Roll your own ajax" script (google that query to know what im talking about). the timer counts down from cTime which is set in the address bar as a get. the ajax script is supposed to load the page with different cTime...

Part and Inventory Search

Back
Top