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!

Search results for query: *

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

    Error on Page

    <HTML> <HEAD> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function getKeyCode() { var character = document.characterCode.character.value.substring(0,1); var code = document.characterCode.character.value.charCodeAt(0); var msg = &quot;The ASCII Decimal Key Code for the...
  2. xencade

    document.write form validation of Enter Key

    I need a script that is solely written as a .js file. It needs to use document.write statements. Could someone could provide me with a simple example that does the following: Any form name, as a button type. If the cursor is a active in the input field, the enter key needs to be checked and...
  3. xencade

    How to submit a form by usage of enter key

    Could someone give me an example of using the ENTER KEY if the cursor is active in a given form field? The form I created is in a .js file within a function. What the users want is to hit enter after they have entered the form data instead/in addition to the submit button. Thanks!
  4. xencade

    Can OnClick reference a .js file?

    I have a form that I want to kick-off a .js file. I can get the form to kick-off a function withhin the .html, but I need it to be integrated into a &quot;already written&quot; .js file. Basically what I want this to do is give a user two options - 1. Either lookup weather by zip, in which...

Part and Inventory Search

Back
Top