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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forcing Uppercase

Status
Not open for further replies.

bkoltys

Programmer
Apr 11, 2001
8
US
I have succesfully forced uppercase but, I can't get the field I force to Identify the correct Field. Here is my script:
<tr>
<b>Locate:</B> <TD><input type=&quot;text&quot; onkeyup=&quot;this.value=this.value.toUpperCase()&quot;
name=&quot;Locate&quot; height=&quot;30&quot; size=35 maxlength=45></TD>
</TR>

This is a &quot;locate&quot; field that when the first few letters are typed in the field the tab key can be hit to search for the typed letters. As of now when I hit the tab key it just moves the cursor and does not locate as it did succesfully before I put in the Force Uppercase script in. What am I missing?
 
This is the Java forum try using the Javascript forum (forum216)
 
This is actually in the wrong forum!But what do you mean by locate? It must something inside the function called by the tab key? Are you capturing the keyEvent? What is triggered on press of the tab key? yours puzzled -bJ
b2 - benbiddington@surf4nix.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top