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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.