PERNAMBUCO_FJV Posted October 7, 2003 Report Share Posted October 7, 2003 Minha dúvida é a seguinte:como que eu faço para pegar o ultimo caracter digitado dentro de um input type="text" ??ex:o cara digitaPERNAMBUCO_FJVquero que me retorne o "V" Quote Link to comment Share on other sites More sharing options...
0 PERNAMBUCO_FJV Posted October 7, 2003 Author Report Share Posted October 7, 2003 consegui já:<html><script language="JavaScript"> <!-- function bota_arroba(edit){ if(edit.value.charAt(edit.value.length-1)!="@"){ edit.value+="@email.com.br"; } } --></script><body><input type="text" name="n1" onblur="bota_arroba(this)"></body></html> Quote Link to comment Share on other sites More sharing options...
0 PERNAMBUCO_FJV Posted October 7, 2003 Author Report Share Posted October 7, 2003 esqueçam isso que eu fiz ai em cimaheheheheta errado...... vou tentar ajeitar aqui Quote Link to comment Share on other sites More sharing options...
Question
PERNAMBUCO_FJV
Minha dúvida é a seguinte:
como que eu faço para pegar o ultimo caracter digitado dentro de um input type="text" ??
ex:
o cara digita
PERNAMBUCO_FJV
quero que me retorne o "V"
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.