mestre fyoda Posted May 2, 2005 Report Share Posted May 2, 2005 Não esta abrindo um popup . <head><title>Cadastro</title> <link href="fundo/fundo.css" rel="stylesheet" type="text/css"> <script> function abre(url) { log = document.formlogin.login.value; window.open('url?login='+log+'','Verifica Login','toolbar=0,location=0,directories=0,width=300, height=200,scrollbars=0,status=1'); } </script> </head> <body> <form name="formlogin" method="post" class="campoerro" onsubmit="return abre(verifica.php?acao=verificalogin)"> <tr> <td>Login:</td> <td><input type="text" name="login" class="campos" maxlength="10"> <input type="submit" class="botao" value="Checar Login"></td> </tr> </form> </body> Quote Link to comment Share on other sites More sharing options...
0 mestre fyoda Posted May 2, 2005 Author Report Share Posted May 2, 2005 tenho uma duvida , eu to na pagina verifica.php , teria como eu limpar o campo login da pagina cadastro.php ? Quote Link to comment Share on other sites More sharing options...
0 Norivan Oliveira Posted May 3, 2005 Report Share Posted May 3, 2005 TENTA ASSIM<head><title>Cadastro</title> <link href="fundo/fundo.css" rel="stylesheet" type="text/css"> <script> function abre(url) { log = document.formlogin.login.value; window.open(url + '?login=' +log,'Verifica_Login','toolbar=no,location=no,directories=no,width=300, height=200,scrollbars=no,status=yes'); } </script> </head> <body> <form name="formlogin" method="post" class="campoerro" onsubmit="abre('verifica.php?acao=verificalogin');"> <tr> <td>Login:</td> <td><input type="text" name="login" class="campos" maxlength="10"> <input type="submit" class="botao" value="Checar Login"></td> </tr> </form> </body> Quote Link to comment Share on other sites More sharing options...
0 mestre fyoda Posted May 3, 2005 Author Report Share Posted May 3, 2005 valeu mano .Tranca Quote Link to comment Share on other sites More sharing options...
Question
mestre fyoda
Não esta abrindo um popup .
Link to comment
Share on other sites
3 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.