Posts by Neto Melo • 21 points
2 posts
-
0
votes0
answers87
viewsQ: Add time to a JS iframe
Hello, I’m developing a system and I need Javascript to add the time between the end of the page load and the click on the content of the iframe. I tried to use the code below, var myInterval, but…
-
2
votes0
answers86
viewsQ: Help with Mysqli procedural to object-oriented class migration
Hello, good afternoon. I started to migrate a Mysqli class from procedural to Object Oriented and two functions of that class left me in doubt. During the migration of functions fetchRow and…