Questions tagged as 'html'

1
answer

Create a Pop up just by clicking

Hi friends maybe it's easy what I ask but I need to know how to create a pop up by clicking on a link. If someone has an idea, I would appreciate it a lot     
asked by 05.11.2018 / 06:07
0
answers

Remove in a file the https

Hello, I have a doubt, by htaccess I am forcing the web to load by https, but is there a possibility in a file php that is read as http? Greetings * If the question arises why I need this, it is for a payment gateway, that activating t...
asked by 09.11.2018 / 01:29
1
answer

How to load a table with jquery through a filter made with a button that takes the value of a select?

I am trying to load my table using jquery but it is not possible for me, I do not know how to pass the value of the query to the query, I have made several attempts with JSON but it does not work for me, if someone can explain it I would appreci...
asked by 05.11.2018 / 18:51
0
answers

faults when handling an object

I am creating a page to store the information of several disks, which is linked to a phpmyadmin database. Inserting works for me, but when consulting, editing, searching and deleting I do not find the created object well. This is the index_disco...
asked by 09.11.2018 / 17:01
0
answers

I want to make my nut object disappear when they collide on the right or wrong robot, try many ways but nothing

This would be my Javascript code         // variables          // load everything on screen window.onload = function(){ objetos = []; canvas = document.getElementById("lienzo"); ctx = canvas.getContext("2d"); // objetos sustanti...
asked by 04.11.2018 / 19:04
1
answer

How to print a graphic with onload="window.print ()?

I have the following code <?php if(isset($_GET['mod'])) { require_once 'PSController.php'; $fecha_actual = date("d-m-Y"); $fecha = date("d-m-Y",strtotime($fecha_actual."- 1 days"));...
asked by 08.11.2018 / 13:05
0
answers

Counter in array $ _SESSION

I am learning a bit about programming and I am having a problem that I can not solve. My idea is to store in the array $ _SESSION, a counter, that tells me the correct answers of a small test, also in other positions of the array I store the dat...
asked by 02.11.2018 / 17:15
0
answers

I can inject a data into an input from a website outside of my Domain

guys I have a query, I have a system that manages the generation and assignment of codes and serials of prepaid phone cards, there is a ONLINE system that is responsible for carrying out the recharge from the operator's system to the indicated t...
asked by 02.11.2018 / 20:24
0
answers

Javascript does not make changes to the HTML document

I would like to know the reason for the following problem: In a web application (JSP) I use javascript to make changes in the HTML and requests (AJAX) (GET method) to the server, the problem is that when I make the request to the Servlet, it...
asked by 02.11.2018 / 20:53
1
answer

Internal search engine with accents

I would like to be able to improve an internal search engine so that I can read words with accents of a database without needing to write the accents in the search engine. I have another search engine that you can search for words without accent...
asked by 02.11.2018 / 18:58