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!

Search results for query: *

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

    New atributes in Firefox

    Hello! Can you help me? I'm trying to add a new attribute (mask) to the input tag, but Firefox don't understand variable this.mask (while IE understanding it). As far, as I understood, this happens because "mask" - is not standard atribute of the input tag. Am I right? And is there a way to...
  2. irida

    Function not defined problem

    Hello everybody! I have a problem, in IE my code works properly, but Firefox writes "Error: guardMaxLength is not defined" the code is following: checklength.js function guardMaxLength(ta,event) { maxlength=parseInt(ta.maxlength,10); if(ta.value.length>=maxlength) {...
  3. irida

    Events in Firefox

    Hello all! I have a problem. When I'm writing a script to validate maxlength in the textarea element, I use event.returnValue=false (or just return false). But it works only in IE. How should I change it to work in Mozila\firefox or any other browser. Thanks a lot!

Part and Inventory Search

Back
Top