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

    dynamically created form elements not appearing on server side

    Hey everybody, I'm not sure wether I should put this in the php forum or this forum, so if you know javascript and php, please help! I am creating a form in which the user has the ability to create elements dynamically. These elements are created using this code: box="<input name=\"sets\"...
  2. bigS47

    Error: uncaught exception--&gt;What is this?

    I'm making a script and I seem to be getting this error: Error: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "***"] I have looked on google for an answer, and lots of...
  3. bigS47

    Form elements with the same name

    Hey everyone, I am currently making a form in which I need to be able to access multiple form objects of the same name. I was under the impression that if you had 2 form elements with the same name an array would be automatically created so you could then access either of the elements like so...
  4. bigS47

    Text events

    Hey everybody, I was just wondering if there is a way with javascript to make javascript run a function when the user types something into a text field - before he blurs it. I'm not looking for the onChange thing, I mean once the user types something into the textarea/textbox Thanks in advance...
  5. bigS47

    Problem with refering to form elements

    Usually when you want to refer to a form element you do this: document.formname.elementname.value however, the way my javascript is made i need to use a variable that stores the name of the element to refer to it. For example: var a = namefield; document.formname.a.value; However, all this...

Part and Inventory Search

Back
Top