Questions tagged as 'html'

2
answers

html table with Json

I have a table defined in html, and I wanted to fill it with a JSON but since I'm new to javascript I can not pass the data correctly here is my table <table id="ctabco_tb" class="ctabco_tb tb_ctrl" > <thead>...
asked by 22.06.2018 / 18:22
1
answer

Copy CANVAS in image format

I have a design in CANVAS designed with the library of FabricJS , so I need to copy the canvas and return the image but keeping the CANVAS and the Image in the same section of the page. How could I achieve what I want? HTML &l...
asked by 04.07.2018 / 22:26
1
answer

# in input automatically and css to give it blue color

Good friends, I have a form which I want to send by email using phpmailer, and that part is running, the one that has come up is that I want to add to the words that I enclose by writing in the "tags" a prefix # if I write juan that the same...
asked by 28.06.2018 / 17:40
1
answer

Redirect to another page and place you in an exact place on the other page [closed]

I need help I have a question page, but there are different blocks of questions, and on another page I have all the answers to those questions. My intention is that when I select a block of questions when I go to the other page, I also place...
asked by 29.06.2018 / 22:35
1
answer

Form in PHP to update MySQL Update PDO - exec?

I have to use this code, I do not have another option, I do not find how to make the assignment in the UPDATE receiving the input data $id = $_POST["id"]; $nombre = $_POST["nombre"]; $categoria = $_POST["categoria"]; $precio = $_POST["precio...
asked by 12.06.2018 / 05:14
1
answer

Load a select depending on another with php

I want to load my select where I show the registered programs and load in another select the subjects associated with the program that I chose immediately I am working with the php myadmin database (It should be clear that I have not done it yet...
asked by 29.10.2018 / 15:46
3
answers

I can not show a page when I click on html

I am editing an html template to adapt it to a personal project, then when I create the different buttons to reference their pages, there is one that does not allow me to send it, apparently it is blocked and I have reviewed all the html and css...
asked by 29.10.2018 / 16:01
2
answers

Get the id of an HTML table, using a loop

I have a div, in which I will create an indeterminate number of tables which will have a non-numeric id, once these tables have been created I would like to go through them one by one and get their id as I will use it for later processes. Is...
asked by 23.06.2018 / 21:52
2
answers

Problem with the bootstrap grid 4

I'm starting to use bootstrap 4 and I want to have a logo that has the menu options next to it, however I get one below the other, does anyone know why that happens ?, I leave a code pen with the code I'm working link     
asked by 26.10.2018 / 23:05
2
answers

Create table in JQuery HTML

I have a question, I have a function in JavaScript to generate tables, in the following way: function AgregarTabla(idContenedor, idTabla) { var htmlTabla; htmlTabla= "<table id = '" + idTabla +...
asked by 26.06.2018 / 04:08