Posts by Lucas Ribeiro • 1 point
3 posts
-
0
votes2
answers25
viewsQ: Slider does not work clearInterval function by clicking the button next back to previous photo
var satual =1; smax=3; stmp=3000; // ocultando os tres imagens e exibindo o 1º function troca(){ document.getElementById("b1").style.visibility="hidden"; …
javascriptasked Lucas Ribeiro 1 -
0
votes1
answer1027
viewsA: How to send email form data without using php?
<form action="mailto:[email protected]" method="post" name="meu_formulario" enctype="text/plain"> <legend>Login</legend> Login: <input type="text" name="login"> Senha:…
-
0
votes1
answer1027
viewsQ: How to send email form data without using php?
Forms <legend>Login</legend> Login: <input type="text" name="login"> Senha: <input type="password" name="senha"> <p> </fieldset> <fieldset>…