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 kalekseishaken

  1. kalekseishaken

    How to call a PHP script using makeRequest

    Hi BillyRay, The problem is I only want an error alert if the PHP script returns "dec~~ine" if the if the city is found then I just want to move to the next field. As near as I can tell. It is a programming problem. The PHP script has not returned a result before the JavaScript is testing for...
  2. kalekseishaken

    How to call a PHP script using makeRequest

    I have a problem that I am hoping someone can help me with. First let me describe the problem. I have an HTML form that in one field has an onBlur call to a JavaScript function. When you exit the field, it calls the JavaScript routine, which in turn calls a PHP script. The PHP script runs...
  3. kalekseishaken

    Writing to a text file

    It would be on the server. Thanks, C.Joseph
  4. kalekseishaken

    Writing to a text file

    Is there a series of commands that would allow me to open and write to a .TXT file. I just want to send alphanuemric characters, so all I need to be able to do is read and write from the file. Thanks, C.Joseph
  5. kalekseishaken

    How to call test.php

    Hi cLFlaVA, BAsically, at this point, I would be satisfied to just have my PHP script actually called I can do most of what I need to do on the PHP side. Right now, I can even get my PHP script top execute. I have tried; xmlhttp.open("GET",url,true) where the URL is "login.php" Ciao . ...
  6. kalekseishaken

    How to call test.php

    My problem is simple (or at least I thought so). I want to run a PHP script file. My problem is how do I call the script file without wiping out the current page. I have a bunch of HTML pages that I use to gather data, and a bunch of PHP files that write the files to MySQL databases. Now I...

Part and Inventory Search

Back
Top