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: *

  1. spiderplant0

    Form POST request returns previous data - refresh problem

    Hi, I'm having problems fetching data from a server. I have a web page that makes a request for an image file. The particular image returned depends on the 'quadkey' input. See code below. The problem is, each time I request a new image, Firefox prefers to display the old image. E.g. when I...
  2. spiderplant0

    document.evaluate() on a string or virtual document

    Hi, How do I use the document.evaluate() method on a string of HTML to find something within the string? E.g. if I have this string: var stg = "<div>The best-laid schemes o' <span>mice</span> an' men</div>"; I'd like to convert this string into something that I can run the document.evaluate()...
  3. spiderplant0

    object callback changes 'this'

    Hi, I having problems using 'this' in an objects method. I have simplified the problem. I instantiate object obj1 which inturn instantiates subObj1. subObj1 is a slave to obj1. obj1 registers a handler function called method1 with subObj1 so that subObj1 can tell obj1 when it has finished. For...

Part and Inventory Search

Back
Top