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!

Recent content by billy83

  1. billy83

    Variable manipulation question

    Well my code is the following. I have cut some of it. I just want to replace all this code by writing a loop. The only thing that changes is one variable(a0-a35, yes i have written it 35 times!). var id=new Array(); function find(){ j=0; count=0; if (document.a0.box.checked==true){...
  2. 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?
  3. billy83

    complicated query

    Thanks. It worked fine. I didn't know this case "thing". Thanks again!!
  4. 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