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 wOOdy-Soft 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: ksquared3
  • Content: Threads
  • Order by date
  1. ksquared3

    simple code to create array fails

    This code fails, error message: No input file specified. The text file is on the server. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
  2. ksquared3

    how to pass array[x] to a variable?

    I would like to pass array[x] to a variable so that I can use .innerHTML to replace the contents of a div with the variable. I've searched for hours and don't find any reference. Any help is appreciated! Big thanks.
  3. ksquared3

    functions won't execute onclick

    Though I have declared both functions in <head>, they will not execute. The file that calls the functions is a php include. The main file is painting.php. I hope this isn't too much information. Thanks! Here are the two functions: function directionBack() { document.write("Im here in...
  4. ksquared3

    missing ) after argument list - ajax.updater

    Wondering what I can do to fix this error: missing ) after argument list [Break On This Error] change_content('imagediv', '<img src='images/painting_2.jpg'>'); This code is contained in an include. The parentheses are there. ?? On webpage the problem is the left bracket on menu "paintings"...

Part and Inventory Search

Back
Top