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. davebiscuits

    window.event.keyCode

    Cheers for the reply. IE-only is fine since this is going into a HTA application. Have looked at shiftKey but from what I've seen so far, shiftKey is a read only event? Cheers, Dave.
  2. davebiscuits

    window.event.keyCode

    ok, so if simulating a tab key is simply window.event.keyCode='9'; then how do I simulate a SHIFT + TAB ?? Thanks in advance, Dave.
  3. davebiscuits

    order by numerically?

    SELECT house_number from house order by house_number asc;" gives me: (house_number is of character varying type) 1 11 1A 2 222 2A 3 33 How can I get this to order my results numerically? I tried "SELECT house_number from house order by house_number::text::integer asc;" but it doesnt like my...
  4. davebiscuits

    do objects get an automatic ID?

    Hi All, Working a large number of objects in a HTML file here and was wonder if you could pull some sort of 'automatic id' from an object to refer to it. This is as opposed to putting a 'ID=obj00xxxx' tag on every obj and then using getAttribute("id") to retrieve the given ID. Any...

Part and Inventory Search

Back
Top