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

    Loading names array from server SQL

    I have this AJAX-linked PHP file, which gets a username input by the user, checks if it matches the list it has, then sends back a variable to tell the program what to do next (it only offers the log in option if the name matches). <?php // retrieve the user name $name = $_GET['name']; //...
  2. jubalbarca

    AJAX Problem; loading data from server

    I'm trying to load variables from the server into a Javascript application with AJAX. Here are the relevant parts of the code; Javascript; var name = 1; var xmlHttp = createXmlHttpRequestObject(); var newx = 0; function createXmlHttpRequestObject() { var xmlHttp; if(window.ActiveXObject) {...
  3. jubalbarca

    Changing div tags in another frame

    This script; function chahe() { s2 = (slaves*2); t2 = ((trad/2)*(Math.random()*10)); s5 = (sol*5); parent.m.location.href="cash.html"; var moneystart = parent.m.document.getElementById("moneystart"); moneystart.firstChild.nodeValue = money; var slaves =...
  4. jubalbarca

    Calling from one frame into another and window changes

    Basically I have the following problem. I am writing a small frames-based Javascript game... I have two frames in my frameset, one for menu functions and alerts which changes, and one 'bar' which stores all the game data and functions. What I need to be able to do is call a function from the...

Part and Inventory Search

Back
Top