Posts by Kleber Stumpf • 147 points
8 posts
-
0
votes1
answer47
viewsQ: this giving error Parse error: syntax error, Unexpected $end in /home/Kleber/public_html/adds-product.php on line 24
<?php include("cabecalho.php")?> <?php $nome= $_GET["nome"]; $preco= $_GET["preco"]; $servername = "localhost"; $username = ""; $password = ""; $dbname = ""; $conexao = new…
phpasked Kleber Stumpf 147 -
0
votes1
answer127
viewsQ: Dropdown menu in CSS
Good afternoon Galera, How do I make the dropdown work in the menu I created? Hiding the dropdown from what we did was easy, but how do I make it appear with the mouse over the "what do we do"…
-
2
votes2
answers2191
viewsA: Image Rotation with CSS
The css call is wrong.... <link rel="stylesheet" type="text/css" href="style.css">
-
0
votes2
answers2191
viewsQ: Image Rotation with CSS
Guys, someone can help me because my image is not rotating? <html> <head> <style src="reset.css"></style> <style src="header.css"></style> <meta…
-
0
votes1
answer1467
viewsQ: Uncaught Typeerror: Cannot read Property 'textContent' of null
I cannot understand why this mistake is happening. Theoretically the error is due to not having this ID in html, but it exists... until I changed the name to check if something was misspelled...…
javascriptasked Kleber Stumpf 147 -
2
votes2
answers1696
viewsQ: Function Onunload Javascript
I’m using the function OnUnload javascript, but I can’t find an error. O alert should be displayed before closing the browser, window or loading another address bar, correct? function close(){…
javascriptasked Kleber Stumpf 147 -
0
votes3
answers60
viewsQ: Does not concatenate the If
Guys, can you help me... I’m learning to make a clock with Javascript... But if to concatenate 0 in front of seconds, minutes and hours is not working... I can’t find the error... var tempo=new…
javascriptasked Kleber Stumpf 147 -
10
votes2
answers6643
viewsQ: Why is my function concatenating instead of summing the numbers?
I am learning Javascript and I am breaking my head with this code that I created. Why is my function concatenating instead of summing the numbers I store in the variables? <!DOCTYPE html>…