junior_almeida23 Posted May 26, 2004 Report Share Posted May 26, 2004 É o seguinte:Vejam meu sala_login.php:<form name="form1" method="post" action="sala_login2.php"> <input name="login" type="text" class="font10" size="30"><input name="senha" type="password" class="font10" size="20">a href="#" onClick="javascript:document.form1.submit()"><img src="img/entrar.gif" width="47" height="17" border="none"></a></form>Porque qd eu do o enter ele já não faz nada? Nos sabemos que é bem mais comodo da um ENter do que ter que pegar o mouse e clicar, concordam! então...RESUMINDO TUDO já TA IMPLEMENTADO com html e php e tal o problema é que o ENTER não funciona, entenderam?Muito obrigado e vou aguardar respostas... Quote Link to comment Share on other sites More sharing options...
0 M@luco Belez@ Posted May 26, 2004 Report Share Posted May 26, 2004 tenta substituir<a href="#" onClick="javascript:document.form1.submit()"><img src="img/entrar.gif" width="47" height="17" border="none"></a>por<input type='image' src='img/entrar.gif' width='47' height='17'> Quote Link to comment Share on other sites More sharing options...
0 junior_almeida23 Posted May 26, 2004 Author Report Share Posted May 26, 2004 tenta substituir<a href="#" onClick="javascript:document.form1.submit()"><img src="img/entrar.gif" width="47" height="17" border="none"></a>por<input type='image' src='img/entrar.gif' width='47' height='17'> valeu cara, era exatamento isso! brigadao!!! Quote Link to comment Share on other sites More sharing options...
Question
junior_almeida23
É o seguinte:
Vejam meu sala_login.php:
<form name="form1" method="post" action="sala_login2.php">
<input name="login" type="text" class="font10" size="30">
<input name="senha" type="password" class="font10" size="20">
a href="#" onClick="javascript:document.form1.submit()">
<img src="img/entrar.gif" width="47" height="17" border="none"></a>
</form>
Porque qd eu do o enter ele já não faz nada? Nos sabemos que é bem mais comodo da um ENter do que ter que pegar o mouse e clicar, concordam! então...
RESUMINDO TUDO já TA IMPLEMENTADO com html e php e tal o problema é que o ENTER não funciona, entenderam?
Muito obrigado e vou aguardar respostas...
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.