alexpmj Posted June 22, 2004 Report Share Posted June 22, 2004 Galera estou precisando, de um script para quando alguém clicar nos campos do form aquele valor inicial sumir.alguém poode me ajudar Quote Link to comment Share on other sites More sharing options...
0 Illidan Posted June 22, 2004 Report Share Posted June 22, 2004 Claro... faz assim:<script language="Javascript" type="text/JavaScript"><!--function limpa(campo) { if (campo.defaultValue == campo.value) campo.value = ""}function escreve(campo) { if (campo.value == "") campo.value = campo.defaultValue}--></script><input name="busca" type="text" onfocus="limpa(this);" onblur="escreve(this);" value="Busca" size="21" maxLength="50" />Abraços! Quote Link to comment Share on other sites More sharing options...
Question
alexpmj
Galera estou precisando, de um script para quando alguém clicar nos campos do form aquele valor inicial sumir.
alguém poode me ajudar
Link to comment
Share on other sites
1 answer 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.