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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by IncaWarrior

  1. IncaWarrior

    union without UNION

    I want to get select the posts for a topic in my forum plus the first one so I figured I would use a UNION like this: __________________________________ $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim...
  2. IncaWarrior

    UNION without UNION

    I know this isn't exactly PHP, but it's close. I want to get select the posts for a topic in my forum plus the first one so I figured I would use a UNION like this: __________________________________ $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email...
  3. IncaWarrior

    Problem with disable code

    <input type=submit name=Submit value=&quot;Submit&quot; onClick=&quot;form.Submit.disabled=true; form.submit();&quot;> where form is the name of the form. as i said, the form disables and does the form action, but doesn't submit the information
  4. IncaWarrior

    Problem with disable code

    the problem is that it does the form action but doesn't actually submit the data so when the submit button is pressed, it becomes disabled then does the form action. It isn't important that enter not work since the last input is a textfield and i'm not too worried about people pressing tab...
  5. IncaWarrior

    Problem with disable code

    I am trying to make a form that will disable after it has been clicked (So people don't submit more than once). I found this code: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin function disableForm(theform) { if (document.all || document.getElementById) { for (i = 0; i <...

Part and Inventory Search

Back
Top