Jump to content
Fórum Script Brasil
  • 0

Asp E Java Script


Guest Renatinho

Question

Guest Renatinho

e ae pessoal firmeza? estou com um problema, tenho um script em java script em uma pagina asp e o mesmo não esta funcionando, existe allgum comando ou string para mim poder utilizar o script em JS em uma pagina em asp?

Muito Grato

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Guest Renatinho

Bom pessoal quero q esse codigo em JS interaja com o meu codigo em ASP, esse script faz a autenticacao de usuarios redirecionando para paginas diferentes sera q da pra fazer isso, e não tem variaveis com o asp não.

<script language=JavaScript>

<!--

function Login(){

var done=0;

var username=document.login.username.value;

username=username.toLowerCase();

var password=document.login.password.value;

password=password.toLowerCase();

if (username=="Juninho" && password=="111") { window.location="acesso1.asp"; done=1; }

if (username=="Eder" && password=="11") { window.location="acesso1.asp"; done=1; }

if (username=="Valeria" && password=="222") { window.location="acesso.asp"; done=1; }

if (done==0) { window.location="error404.htm"; }

}

//-->

</script>

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...