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 Mike Lewis 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. ksquared3

    simple code to create array fails

    false alarm. No error that I know of.
  2. ksquared3

    simple code to create array fails

    whoops. hold on I see an error.
  3. ksquared3

    simple code to create array fails

    It is working now that I added a line. <!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 http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link...
  4. 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...
  5. ksquared3

    how to pass array[x] to a variable?

    Thank you. I did solve this problem which after all was with the creation and filling of the array not the .innerHTML
  6. 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.
  7. ksquared3

    functions won't execute onclick

    Aha, since I never tab to links, I hadn't a clue that some do. I'll certainly consider it. I did the onFocus blur to prevent the dotted line from circling the link when activated. Thank you.
  8. ksquared3

    functions won't execute onclick

    Thanks, Dian. Tried to "thank you" thru the app, didn't work. So, I'm thanking 'in person'!
  9. ksquared3

    functions won't execute onclick

    feherke, the forward and back navigation does not target html pages, but paintings in an array. The painting.php page is the only page to display the larger picture.
  10. 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...
  11. ksquared3

    missing ) after argument list - ajax.updater

    The code is now working more or less, solved this problem though. If anyone wants the code, just ask. Thanks.
  12. ksquared3

    missing ) after argument list - ajax.updater

    The "missing ;..." error has been fixed. But, no matter what combination of delimiters and escape characters (I've been at this for hours) I use, even when the string is accepted and it is correct, and there is no error message, the new image is not displayed. Looks like this site is going to...
  13. ksquared3

    missing ) after argument list - ajax.updater

    Hold on. I'm now seeing an FireFox error: missing ; before statement [Break On This Error] if(this.blur)this.blur) Maybe this is screwing things up. I'll see what I can do. kk
  14. ksquared3

    missing ) after argument list - ajax.updater

    I'm sorry it did not work. The url was read as : %3Cimg%20src=%27images/painting_2.jpg%27%3E
  15. ksquared3

    missing ) after argument list - ajax.updater

    Oh, OK I'll try that. Thanks! If this doesn't work, I'll show you what happens when I use the escape slash.
  16. ksquared3

    missing ) after argument list - ajax.updater

    Thanks, vacunita. The slash after <img src= triggers the path to go back up toward the root directory. I tried escaping the slash (\\) but that didn't work. This is maddening.
  17. ksquared3

    missing ) after argument list - ajax.updater

    Thanks, johnwm. I believe it's this code that's having the problem: '<img src='images/painting_<? echo $paintingBack; ?>.jpg'>');">
  18. 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