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 TouchToneTommy 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 michealmale

  1. michealmale

    JavaScript function for textbox

    If it was in java i could have done in 10 sec:- public class Test { public static void main(String[] args) { System.out.println(String.format("%05d", 34)); } } Have a great day
  2. michealmale

    JavaScript function for textbox

    Well if i knew how to write the script then why would i come to the forums in the first place? First of all not trying to bring a bad attitude but unfortunately i dont have any experience in javascript until i was assigned to use Spring Framework in j2ee(Hope you guys know what spring framework...
  3. michealmale

    JavaScript function for textbox

    But my problem is related to javascript function. I am trying to write a javascript function where it will automatically insert 00 to make it exact 5 digit.
  4. michealmale

    JavaScript function for textbox

    Hi Guys, I am writing a program in java whcih includes some jsp pages also. In my jsp page i have a situation where a user is suppose to enter Vendor Id. This textbox is limited to 5 characters. The user might enter 325 or 12345 or 12. If the user enter less than 5 digits i would like to...

Part and Inventory Search

Back
Top