put "K" in the format property?
----- Original Message ----- From: "John J. Mihaljevic" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 19, 2006 5:39 AM Subject: Removing leading blanks Hi all, Is there a simple way to make sure all leading blanks are removed from user input? I've got users who are clicking on a field to enter data, and if they don't click at the very beginning of the field, a leading blank or two may be included. For example: " ABC" instead of "ABC" I was going to put: this.value=allt(this.value) in the Valid event of each input box, but was wondering if there was a simpler/better way to go. Thanks! John [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

