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

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

    Brute Force Validation

    Hi, In the following code, how would I go about validating select menus and checkboxes. I'm aware this not a method using DOM, I'm new to JS and going old skool at the moment //start JS <!-- //Check for email address: look for [@] and [.] function isEmail(elm){ if(elm.value.indexOf("@")+"" !=...
  2. obiwasabi

    XML Newbie:Strutural Integrity

    Hi, In the following xml doc, which is meant as an exercise for XSLT Transformations, and later FLASH. I'm soliciting pointers on the well-formedness of the document. Also when one should use an attribute, instead of a new element. <?xml version="1.0" encoding="iso-8859-1"?> <employeeRecords>...

Part and Inventory Search

Back
Top