Questions tagged as 'html'

1
answer

Separate a text by IFrames in PHP

I am trying to separate a text HTML containing iframes from a preg_split , and it does not come out. What I need is to create a array with texts e iframes . For example ['texto', 'iframe', 'iframe', 'texo']...
asked by 07.10.2018 / 11:25
0
answers

Set Option Selected JSP form

Modify data from form (Selected Option Brands) I am loading all the fields of the database and one is a combobox and what I want is for it to load the value it has and then deploy it to be able to modify this value that is in selected mode....
asked by 03.11.2018 / 02:06
1
answer

Load modal data to text fields

I would like you to help me with a problem I have: In a modal I have a table with the data of some materials In a column I have the insert button, When you click on such a button, you must hide the modal and insert "Code and Materia...
asked by 13.10.2018 / 12:34
0
answers

Help with Problems in Z-INDEX,

HTML CODE ::: <!DOCTYPE html> <html> <head> <title></title> <link rel="icon" href="img/logo.png"> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1"> &l...
asked by 08.10.2018 / 01:49
1
answer

Console Error "Uncaught TypeError: Can not read property 'getAttribute' of null" [duplicate]

Some way to fix the Error in the console on Google "Uncaught TypeError: Can not read property 'getAttribute' of null at HTMLDocument.init" HTML: const TypeWriter = function(txtElemente, words, wait = 2000) { this.txtElemente = txt...
asked by 08.10.2018 / 07:24
0
answers

page problem with page.js

I have two pages, signin1.html and index.html signin1.html has a form that when clicking on the button is reedirige to index.html but there the problem arises because it does not redirect it var $ = window.jQuery var page = window.page...
asked by 05.10.2018 / 14:39
1
answer

Error wanting to save PHP form data to MySQL

I am saving some data from a php to mysql form but I do not know where I am wrong, but it does not save anything, this is the code that I have in my php MY HTML <form class="limpiar" method="POST"> <div class="half izquierda li...
asked by 05.10.2018 / 16:05
0
answers

Show data of an input type text in table with PHP

I would like to know how I can capture the data of an input type text inserted in the MySQL DB and display them in a table with PHP using an array, since with the other inputs it works correctly for me but it does not work with the input type te...
asked by 15.10.2018 / 06:12
0
answers

Know tracking requests

I wanted to know if there is any way to know where a request comes from on my web site? Let me explain: If I am in a marketing process, without using Google Analytics, and I place a link to my site on another website and a person clicks on...
asked by 04.10.2018 / 16:02
0
answers

mpdf error There was an error loading the PDF document

I'm using mpdf and I have the following problem, using this test code works perfectly for me <?php include_once("mpdf/mpdf.php"); $mpdf = new mPDF('R','A4', 11,'Arial'); $mpdf -> SetTitle('Ejemplo de generación de PDF');...
asked by 05.10.2018 / 23:05