Posts by Leonardo Oliveira • 111 points
4 posts
-
-1
votes1
answer344
viewsQ: Number in full is not displayed correctly in case of unit and ten
When three numbers are typed the program displays the full name correctly, but when 2 or 1 number is typed it displays in the wrong order, example: I typed 51, it returns: Unidade = Dezena = 1…
phpasked Leonardo Oliveira 111 -
0
votes0
answers34
viewsQ: Undefined index: txtnum in C: xampp htdocs factor.php on line 2, can anyone help with this error?
follows the codes: <html> <head> <title>Fatoração</title> </head> <body> <form method="post" action="fator.php"> Numero: <input type="text"…
-
3
votes2
answers1372
viewsQ: How to slide between pages horizontally using a fixed menu?
This is my HTML code, and I’m also using CSS with position: fixed; on the menu. Code: <body> <div class="topo"> <img src="img/logo.png" /> <div class="menu"> <ul>…
-
8
votes2
answers559
viewsQ: How to show the smallest age between 3 ages with Javascript?
How can I show the youngest age of 3 ages in javascript? <html> <head> <title> </title> <script type="text/javascript"> var idade1, idade2, idade3 ; idade1 =…
javascriptasked Leonardo Oliveira 111