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

  • Users: billy83
  • Content: Threads
  • Order by date
  1. billy83

    Variable manipulation question

    Hello. I want to do the following. I want to write this if (document.a0.box.checked==true) but instead of writing .a0. i want to pass the value of a variable. For example to have sth like temp='a0'; But if i write this if (document.temp.box.checked==true), it doesn't work. Any suggestion?
  2. billy83

    complicated query

    Hello. I have a table (auctions) that i store details about auctions. In this table i have two fileds. Maxbid and bidstart. I want to create an sql statement that will do the following. I want to select all the records and print them ordered by their maxbid. But if the maxbid is 0 then to take...

Part and Inventory Search

Back
Top