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. solfer

    Form Validation - unique data

    You absolute Star!! Thanks a million jeff :)
  2. solfer

    Form Validation - unique data

    Hi each, I'm looking for way to validate a form client-side, for the following: The form has 5 <select> elements - each of them populated with the same data. I want the validation to check that the selected value for all 5 elements is unique and not duplicated. For various reasons, I don't...
  3. solfer

    passing variables from a drop down select

    Bingo! Used my index & all's working fine now - thx sleipnir214, you're a star!
  4. solfer

    passing variables from a drop down select

    I've managed to populate a drop down select with 2 fields from my db... <? $connection = mysql_connect(&quot;aaa&quot;,&quot;bbb&quot;,&quot;ccc&quot;) or die(&quot;Couldn't make connection.&quot;); $db = mysql_select_db(&quot;ddd&quot;, $connection) or die(&quot;Couldn't select...
  5. solfer

    css2 / NS6

    Hi, Can anyone tell me why my 2 column CSS page breaks in NS6? I can't find what i've done wrong... http://www.soul4sale.co.uk http://www.soul4sale.co.uk/all.css TIA solfer
  6. solfer

    help with visible/invisible DIVs

    easy as that? sweet! cheers Roj :)
  7. solfer

    help with visible/invisible DIVs

    I'm using some javascript to validate my form, outputting a standard js alert whenever there's an error. Instead of a dull old alert, could I make a DIV visible when the script finds an error? This is my script, with onsubmit=&quot;return FormValidator(this)&quot; being called from the Form...

Part and Inventory Search

Back
Top