Questions tagged as 'html'

3
answers

How can I insert a script in a string?

I want to create tabs from some data consulted in the database, in each tab you will have checkbox which I want to have an action onChange but I can not insert the tag script in a chain string function Generar...
asked by 19.12.2016 / 23:14
3
answers

Form with steps

I'm trying to make a form with steps, I mean, so the form does not take up a lot of space, instead of doing it all the way I would like to do 3 or 4 inputs, for example, that the user gives a button next and then more inputs appear. The progress...
asked by 08.09.2016 / 12:34
2
answers

Embed web https in iframe

There is a problem in putting a url ssl on a label, that is to say that it is https: //, only if I put url http is that I visualize that embedded web     
asked by 08.08.2016 / 21:39
1
answer

ondblclick javascript event

I'm doing an application in JSP to ask and answer questions. I try to make a function to edit an answer, my idea is that the user double click on the answer to edit and the buttons to edit are displayed. The function as such in JavaScri...
asked by 09.08.2016 / 18:35
1
answer

How to display a MySQL table in HTML?

I have a problem linking a DB and displaying it in an HTML page in a table. I made the connection to the database in the following way: <?php $connect = mysql_connect("localhost", "username", "password") or die(mysql_error()); mysql_se...
asked by 07.07.2016 / 16:27
2
answers

How to Create an Edit View in AngularJs

How could I do that by clicking on the Edit button, I could open a form where I filled out all the data to edit the company that appears in the table ??. In the query I only show 6 Basic Data but in reality they are more and I would like to show...
asked by 26.07.2016 / 16:00
1
answer

Problem with fontawesome icon - Fontawesome, Bootstrap

I have a problem with fontawesome , for those who do not know, fontawesome is a library that allows you to use icons focused on web usability. I also use bootstrap and I do not know why, but when I put the icon of an arrow with size...
asked by 25.05.2017 / 12:24
1
answer

Pages in tables

How can you make this table when it is filled by showing "page" 10 lines, and when you pass those 10 lines, you have to make another page, and put a search engine. I find it hard to do all this because I'm new, and I'm trying to learn....
asked by 25.05.2017 / 13:19
2
answers

Hide image taken by html2canvas

I need the screenshot that is taken with html2canvas to be in a hidden div, since it is shown on the page and I definitely do not want it to do that. I tried putting the div in the html giving it an id but it does not work. This is the code I ha...
asked by 12.06.2016 / 01:02
1
answer

Search the value of an input in Duckduckgo / Google using javascript

I want a way to open a search through Duckduckgo using the text entered in a text input (# search-bar), so that when you click on the Enter key the written text is the value of the search. I want to do it without using libraries li...
asked by 27.06.2016 / 05:52