Posts by Eduardo.Velichane • 15 points
3 posts
-
1
votes1
answer255
viewsQ: Automatic calculation of averages using JAVASCRIPT or PHP
<script> var campo1 = document.getElementById("val1"); var campo2 = document.getElementById("val2"); var campo3 = document.getElementById("val3"); var operador =…
-
-1
votes1
answer1285
viewsQ: How to access webcam through PHP or JAVASCRIPT?
I am building a system for registering, and there is a need to have a photograph of the user, and the question is how to have access to WEB CAM through a PHP script or JAVASCRIPT, or even in HTML to…
-
0
votes1
answer99
viewsQ: How to display content from another page dynamically
I would like to be able to display various contents (from other pages) on a single page for each click on a link or button that the user gives. I know one of the solutions would be to use AJAX, but…