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 Chris Miller 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. techris

    drop down align

    Geez. Duh. Awesome. Thanks! Techris
  2. techris

    Please give PHP code for date range deletion

    Hi. This is not tested, but I think it can get you in the right direction. <?PHP // This all depends on the format of your dates. This was written for date format MM-DD-YYYY // first take apart start_date and separate into values $from_d = substr($start_date, 3, 2); $from_m =...
  3. techris

    drop down align

    I have built a drop down menu that is populated from an sql database. Each <option> includes 2 variables. I need to align each variable. This example won't work, but illustrates what I am trying to do: <option value="value"><table><tr><td align="left">value1</td><td...
  4. techris

    multi variable drop down

    Can anyone add just one variable to this so that I can see how it works. I can create my own loop that will populate it. Thanks.
  5. techris

    multi variable drop down

    I appreciate your help. I am not familiar with jscript ASP. I can't seem to get this to work for me. Can you help me grasp what you did here? What would help the most is if you could demonstrate it with some generic data in it. Just for fun.. Names: george tom alexander jd ID's: 123...
  6. techris

    multi variable drop down

    In a php script I have built, I have a drop down menu which each option is populated by the variable name and then the variable type. This works well, however, my client would like the variable names to all show up left aligned, and the variable types to be aligned as well for clarity of...
  7. techris

    form handling

    In programs such as quickbooks, if you click on a drop down menu and start typing... example: Techris Quickbooks will look for matches that start with 'T' then 'Te' then 'Tec' and so forth until you are finished typing. When a form field in a browser is used with the same word the browser...
  8. techris

    php form help

    In programs such as quickbooks, if you click on a drop down menu and start typing... example: Techris Quickbooks will look for matches that start with 'T' then 'Te' then 'Tec' and so forth until you are finished typing. When a form field in a browser is used with the same word the browser...

Part and Inventory Search

Back
Top