Posts by Daniel Santos Oliveira • 16 points
2 posts
-
0
votes0
answers51
viewsQ: Calculate and Recalculate
I made this function to find the filled notes and when I do onload calculates it correctly. When I use the onkeypress="somaNotas" function that is in each input it calculates all wrong. Does anyone…
-
0
votes1
answer150
viewsA: CSS is not being loaded
uncouth <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] </IfModule>