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

  1. circlemaker

    Regular expression problem

    Thanks BabyJeffy, your solution works a treat. I realise that document.all is not good. This page is running on a IE only intranet, so isn't too much of a concern at the moment. Thanks for the advice though Si
  2. circlemaker

    Regular expression problem

    Hellom I'm using a regular expression to try and determine if a value entered is valid. The value has to be a number and it has to be exactly 8 numbers in length: 12345678 = valid 11111111 = valid 1234567 = invalid 121212121 = invalid 1234567a = invalid The code I'm using is below, but...
  3. circlemaker

    Validation Control Question

    Hello, I can't work this one out. I have two textboxes on a page, DayPhone and EveningPhone. The user needs to supply at least one phone number (they can supply both if they want). Does anyone know how I can check if at least one textbox has been completed using validation controls. Thanks Si
  4. circlemaker

    Send detailed error info in email

    Hello, Does anyone know if its possible to send the page error message i.e. --------------- Server Error in '/test1' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error...
  5. circlemaker

    Position Images in rows

    Thanks for that - it works a treat.
  6. circlemaker

    Position Images in rows

    Hello, I am new to javascript and was wandering if anyone could point me in the direction of a script that will allow me to position a number of images in rows i.e. I want to specify how many images per row (6) and if I have 20 images it will then display 3 x rows of 6 + 1 row of 2. I am...

Part and Inventory Search

Back
Top