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

  1. friendlyposter

    How do you List all style properties for object

    I want to traverse and inspect all current style properties of an object. If it can be done, please tell me how. The code I tried to obtain all style properties: var traceAlerts = new Array(0); var xmlDoc = xmloceaniframe.document.getElementById("xmlocean")...
  2. friendlyposter

    Persistent Data - Retaining Session Context

    Peersistence is to keep something for reference while the user (or the script) goes from page to page. javascript sometimes needs to retain data and cannot always resort to one method e.g. server-side data retention. The forum has no FAQ I could found giving best practices for retaining data...
  3. friendlyposter

    Find ID within DIV - when ID not unique on webpage

    Thanks for your consideration of this question. I am working with IE ONLY - so I don't need a NS solution. I want to refer to the value of a document element (span) whose ID is not unique ... BUT ... which is nonetheless unique within a certain DIV only. The page is something like this...
  4. friendlyposter

    URL embedded on page works on W2000 - fails on NT

    I would offer money to solve this but I believe that is against forum rules. I am stumped and would like to hear ANY suggestions no matter how wild. I placed an URL on my friend's asp page (I tried both as an img src and also as a link href). How I planted the URL is simple: all I did was...

Part and Inventory Search

Back
Top