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 bkrike 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 Excko

  1. Excko

    Some help about <input type="file">

    Allright. Thanks Dan. The reason I thought that I could not use the value field is that I had read somewhere that we could not use the value field of a file input. That's all. ((Should've checked myself.)) Thnaks once again.
  2. Excko

    Some help about <input type="file">

    Hello everyone. I've got a form with 2 radio buttons(Yes, No) and an <input type=&quot;file&quot;>. Is there a way to make that if the Yes radio button is selected, the input cannot be empty? Since the value attribute does not work with the input type=&quot;file&quot; and that's I use the value...
  3. Excko

    Is there a way to know wich event called the function?

    Allright thanks. I should've thought of that ... *goes crawl in a dark hole to never come out*
  4. Excko

    Is there a way to know wich event called the function?

    Hi everyone. I have a function that is called by both the onClick event and the onMouseOut event. I would like to know if it's possible to know from inside the function wich event called it. Thanks in advance.
  5. Excko

    Validating a date with the onblur event.

    Thank you very much. I appreciate it greatly. Everything works fine now
  6. Excko

    Validating a date with the onblur event.

    I've been looking at FAQs and doing searches on the net and tried to adapt different code to mine, but with no luck so far.
  7. Excko

    Validating a date with the onblur event.

    Hello. I need to validate a date in a form using the onblur event. The date needs to be in the mm/dd/yy format. Here is the code wich would call the function. <input type=&quot;text&quot; name=&quot;txtDate&quot; onblur=&quot;return checkDate(this.form.txtDate.value)&quot;> I have tried...

Part and Inventory Search

Back
Top