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 strongm 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. decomplexity

    CSS font-size not being carried thru to JScript code

    Having looked at an utterly trivial problem for a couple hours with no resolution, I feel a complete fool and would be grateful if someone would point out what is wrong - I cannot see the wood for trees. (I have boiled the more complex real problem down to its core code). In summary: - ID...
  2. decomplexity

    Link to a new page loaded from server (not cache)

    I need to link from one page to another – either with an <a> href anchor or a window.location or similar – such that the second page is always checked first to see if has changed (and if so reloaded from the server) or, failing that, always reloaded. location.reload(false) will check first...
  3. decomplexity

    Retrieve table row number when clicked

    I want to display an HTML table of items for auction (one item per row) that people can bid for. The rightmost cell in each row will contain a BID NOW link or button. When someone clicks BID NOW, what please is the easiest way to identify the relevant row number (so that I can then retrieve into...
  4. decomplexity

    RSS feeds with XSL

    I have been trying in vain to persuade an XML RSS feed of mine to use XSL for some custom formatting. I have extracted the gist of what I am trying to do into two test files (below). Can anyone spot what I am doing wrong please? Feed file: http://www.decomplexity.com/testnewsfeed.xml...

Part and Inventory Search

Back
Top