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 wOOdy-Soft 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: unixxxx
  • Content: Threads
  • Order by date
  1. unixxxx

    is there any software where I can c

    is there any software where I can convert visual basic .exe to visual basic extension?
  2. unixxxx

    How to pass argument in a function

    I did the script so that I can pass the arguments in a function. Everything seems fine except when I entered all fields, it will check each field instead of only checking one field at a time. As I have 3 "OnClick" button, how do I make each check button to only check its own field...
  3. unixxxx

    I am trying to make this function:

    I am trying to make this function: function check() { for (var i=0;i<document.form1.length;i++){ if (document.form1.elements[i].value==&quot;&quot;) { alert(&quot;Please enter your name.&quot;); document.form1.elements[i].focus(); break; I used to call it...
  4. unixxxx

    How to pass three arguments in a function. PLEase help

    I have problems with this code: If i only called the first form, it will work correctly. But how do I call the second argument and third argument in the same function? Please advice. THanks. form name=&quot;Form&quot;> Enter a number between 5 and 45: <input type=&quot;text&quot...
  5. unixxxx

    how to delete lines using SED

    I have question about sed. If I have a file and I want to delete all lines in the file except the lines that start with the word &quot;HELLO&quot;. How should I make a script using sed command?

Part and Inventory Search

Back
Top