Client Side Java Code to Change text to ALL CAP

  • Thread starter Thread starter Phillip Vong
  • Start date Start date
P

Phillip Vong

Newbie trying to learn. Using VS2005 and a simple aspx page.

I have textbox1 and textbox2. Is there a simple client side code that will
auto turn the text in textbox1 and textbox2 into ALL CAPS when you hit TAB
from one to the other?

Thanks!
 
That said, that's not Java at all! Java has as much to do with JavaScript
as a car has with a carpet... :-)

Yes I know, but when the OP said "Java" I took him to mean "JavaScript", the
same way as people incorrectly say ASP when they mean ASP.NET or VB when
they mean VB.NET...
 
Hi Mark,

Mark said:
Yes I know, but when the OP said "Java" I took him to mean "JavaScript", the
same way as people incorrectly say ASP when they mean ASP.NET or VB when
they mean VB.NET...

And I knew you know ;-) Sorry, I should have replied the OP directly.

Greetings,
Laurent
 
Thanks for all the comments and I've learn a little about how to post next
time. FYI, I'm doing ASP.Net using VB.NET. I assume this Javascrip will
work for me. I will try it tomorrow.
 
That has got to be one of my pet peeves.

Almost as bad as

1) people who post with a subject of "Help!!!" or "Urgent requirement!"

2) people who say they got an error but don't say what the error is

3) people who say that something isn't working but don't supply the code

Grrr!
 
Back
Top