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 Shaun E 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 Triton001

  1. Triton001

    Finding: Windows 2000 Reference Material

    Hi, I'm a programmer with a cleint who has the need for network support, and asked me to do it. I'm a web develper by trade, since 1995. Latley, I've been supporting their pc's and server, well their whole network for that matter. I've built 2 web serversin the past, but this 2000 server is a...
  2. Triton001

    How do I assign focus to a input button

    Thanks Discord! It worked like a charm.
  3. Triton001

    How do I assign focus to a input button

    Hi, It seems the focus() method is only used for the text, textare, checkbox and radio objects. I'm trying to give a button focus when the page is loaded but it does not seem to work. I'm getting an error telling me the button object does not exsist. Any Ideas would be appreciated...thanks...
  4. Triton001

    Testing for the exsistance of a FORM object

    Excellent, So simple sometimes I just don't see it. Thank you very much Mike
  5. Triton001

    Testing for the exsistance of a FORM object

    Hi everyone, Will someone be able to shed some light on how I can test for the exsistance of a form object. Here is what I'm trying. I create a form based on a database record set so the form is being created dynamically. So, I can have 1 to many form elements. I name all the form elements...
  6. Triton001

    Extracting a value from an input box using a variable input box nam.

    Thanks for responding When I use the following index "document.order[boxname].value" it gives me an error that is telling me this is not an object... Error Message: document.order[...].value is not an object Anything else to try? Mike
  7. Triton001

    Extracting a value from an input box using a variable input box nam.

    Hi, Can anyone help me figure this out. I'm passing a String variable to a function that I want to use in the dot notation string to get the value of the input box. EXAMPLE: function calcext(price, boxname) { var exttotal = document.order.+'boxname'+.value * price...
  8. Triton001

    Using a variable passed to a function in the FORM access string.

    Hi, I'm trying to pass a PHP variable into a function and use it in the element section of the DOM access string. It's not as simple as just passing a variable to a function. Example: function calcext(price,boxname) { var exttotal = document.order.boxname.value * price...

Part and Inventory Search

Back
Top