Jump to content
Fórum Script Brasil
  • 0

Sistema login com 2


Dans

Question

Ola, eu sou novo e caso faça alguma asneira desculpa.

O meu problema é o seguinte:

Eu estou a criar um jogo online e preciso de fazer o sistema de login e senha. Eu tenho o seguinte:

<html> 
<body> 
<!-- Copiar dentro del tag BODY --> 
&lt;script LANGUAGE="JavaScript"> 
function Entrar(password) {window.location="http://www.wix.com/dansvistoclarinho/sportbigmail#!"+password} 
</script> 

<form> 
<p><input type="text" name="palabra" size="25" value="NOME|CS"> <input type="button" value="entrar" 
onClick="Entrar(this.form.palabra.value)" name="button"> </p> 
</form> 

</body> 
</html>

Eu queria que separassem o nome do codigo de segurança.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Por que não cria seu proprio form de login então...

de qualquer forma

<html> 
<body> 
<!-- Copiar dentro del tag BODY --> 
&lt;script LANGUAGE="JavaScript"> 
function Entrar {window.location="http://www.wix.com/dansvistoclarinho/sportbigmail#!"} 
</script> 

<form> 
<p><input type="text" name="palabra[]" size="25" value="NOME">
<input type="text" name="palabra[]" size="25" value="CS">
 <input type="button" value="entrar" onClick="Entrar(this.form.palabra.value)" name="button"> </p> 
</form> 

</body> 
</html>

não sei bem se dessa forma resolvera seu peoblema eu ainda acho melhor cria seu proprio form de login.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...