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 Mike Lewis 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: Billybong007
  • Order by date
  1. Billybong007

    Search String

    cheers to you both - jpadie's code seems to be working - but its still showing up all results rather than the searched - i'm going to play around with it for a while and see if I can see what I've done wrong - I've had to change the $option strings cuz I have already declared $option for another...
  2. Billybong007

    Search String

    I'm trying to perform a search on an SQL table using the code below - but it fails to work. I have a form when a user can search/filter using multiple variables i.e. locations, industry, job type. If i do a simple select statement using a WHERE with only one variable it works fine and if i set...
  3. Billybong007

    Monitor printer usage

    Thanks kmills - i'll take a look into that
  4. Billybong007

    Monitor printer usage

    Does anyone know how / or any software that can be placed on a print server (Windows Server 2003) that would monitor print jobs ? The situation I face is having a variety of printers - some cheaper to run than others. One department has a high cost printer which is to be used for printing from...
  5. Billybong007

    Object Required error

    Thanks Lee - it worked a treat here's the full code for anyone interested : <script> function whichButton() { var group1Checked; var myString = "155,12,3,22,18,19,55"; // set the option IDs that need checking var mySplitResult = myString.split(","); // Split the Option IDs into variables...
  6. Billybong007

    Object Required error

    thanks Lee. I was doing a document.write to see if the script was getting that far, I'll take it out and see what happens. will creating an array of numbers without making the string and splitting it allow me to have a variable (the radio button value) check to see if it is one of the numbers...
  7. Billybong007

    Object Required error

    Hi, I've been hacking away at a script to determine if a radio button value is in a list of numbers Using support from other in the ASP section of the site and from other tutorials on the net and came up with : <script> function whichButton() { var group1Checked var myString =...
  8. Billybong007

    Determine if in a List

    Thanks George also, I discovered that I would be better to write this is Javascript as I would need a "onclick" check rather than a page submission check (i basically want a field to appear when a radio button of a certain value is selected) I don't know if you are any good at Javascript as...
  9. Billybong007

    Determine if in a List

    Thanks Sheco - much appreciated
  10. Billybong007

    Determine if in a List

    Howde, If there an easier way of creating an IF statement to check if a variable is in a list rather than doing an ELSE statment. I have a list of numbers e.g. 22, 44, 3, 54 etc I need to know if a variable "ID" is a number inside these numbers. Since the list of numbers will change...

Part and Inventory Search

Back
Top