Posts by Castiel • 45 points
7 posts
-
1
votes1
answer27
viewsQ: How to use if with Eventlistener
Hello, I wonder if there is a possibility to give an ' if(element.Eventlistener('mouseover')... ' in Javascript! I need to do the following action: When passing the mouse over the x element happens…
web-applicationasked Castiel 45 -
-1
votes1
answer38
viewsA: Page validation with PHP and JAVASCRIPT
I even tried to do it that way: <input type="button" value="TESTE" id="buttonx"> <script> function checkplex () { var check = <?php exec('ping 127.0.0.1', $saida, $retorno); if…
-
-2
votes1
answer38
viewsQ: Page validation with PHP and JAVASCRIPT
So I do computer networks and I’m the last semester, we’re doing a TCC where it will work as follows: A Mesh network for remote areas that do not have internet access, so whoever is connected to…
-
1
votes1
answer73
viewsQ: System of multiple choices in Javascript
Staff I am doing the following function on a Web Site: XXX-A | XXX-B | XXX-C | XXX-D When one clicks on the XXX-A only the DIV with A content will appear and so on... But I managed to make the…
javascriptasked Castiel 45 -
1
votes5
answers3392
viewsQ: One below the other input
I’m making a code HTML. I have some inputs created however they are getting next to each other as if they had a float in them, only I don’t want so. I want it to be one below the other, it has a…
-
0
votes1
answer46
viewsQ: Training with Javascript - colors
What problem in my code? I believe the logic is correct! <h1 id="colorchange">ESTAMOS FAZENDO TESTE DE CORES COM JAVASCRIPT!</h1> <input type="text" name="Cor"…
javascriptasked Castiel 45 -
0
votes1
answer806
viewsQ: Javascript transition with css
Hello, Good Night! I am developing a web site, and watching a video class I managed to create a slide in Javascript, only I need it to pass with a slower Transition because it is very fast passed…