Posts by teste1234 • 31 points
6 posts
-
1
votes1
answer54
viewsQ: how to bring the element number from within an append in javascript?
I have a problem that I receive a string information in return of an ajax but I need to delete the specific line, more for this I need to create a counter of the element of the append I’m not able…
javascriptasked teste1234 31 -
0
votes0
answers201
viewsQ: How to open the webcam on a local machine for a php page on the server?
People I’m trying to create a page in Chrome that opens the webcam I’m using the webcam.js library in IE11 the code works but in Chrome and firefox does not appear the message Movie is not Loaded…
-
0
votes0
answers36
viewsQ: How to send an F11 on an open page on IE8.0
I’m having a problem, the company I work with uses browser version IE 8.0 in windows XP, i have a code that sends a command F11 in javascript works on any browser but in this specific does not run…
javascriptasked teste1234 31 -
0
votes0
answers324
viewsQ: how to run javascript Sendkey only once
I’m making a page that when opening sends the F11 command by the javascript function Sendkey but need that this function only run once someone knows how to do it, follow the code below: function…
javascriptasked teste1234 31 -
2
votes1
answer23
viewsQ: there is some function in javascript, php or xml to hide or lock the buttons of the header bar of nagedores
I am making a page to validate an item but I would like this page to only close if the scanned item has right up to there works, however can not find any code to hide or lock the buttons of the…
-
0
votes1
answer335
viewsQ: how to run a previous with parameter in php
I need to run a precedent by sending a parameter by php no longer returning follows the code below: //código em PHP $figura = mysqli_query($conexao,"CALL `spare_change`.`boxlabel`('".$template."')")…