Questions tagged as 'html5'

2
answers

Enter a fontawesome icon) in a cell with javascript

I have a table of 5 columns in html and almost 300 rows, the last column has no data , I want to insert a fontawesome icon and give it an action using javascript, which takes the data from your row and enter them in a textarea Here's the c...
asked by 07.10.2017 / 05:51
0
answers

Is it possible to encrypt the javascript of a web created with Html5? [closed]

I would like to know if you can encrypt the javascript of a web created with Html5 and if this is true, is it safe to do so? Does it not bring problems when running in the browser? is that I want to encrypt my javascript     
asked by 27.07.2017 / 05:52
0
answers

input type = submit does not work in internet explorer

Hello, I have a form that makes a POST call with a <input type="submit"> to make the call to the server. The fact is that I work correctly in Firefox and Chrome, but not in IE. I have been observing in several threads that to...
asked by 15.06.2017 / 13:02
1
answer

Obtain PROMPT values with AJAX

Good evening. How can I get the values that have been entered through a JS prompt to use that data in a database? I understand that it is with AJAX, and I have developed this code, but it does not take any action on the code. <!-- Cam...
asked by 24.05.2017 / 23:20
1
answer

Convert pdf to byte [] and vice versa ASP.NET MVC

I have to save a PDF in a field of a table in SQL Server 2016. By informing me I have seen that the best way to do this is to convert it to byte []. The problem is that I do not finish to find a method that works for me, since I want to do it...
asked by 08.03.2017 / 12:54
2
answers

Group independent websites into a single WEB type FRAME [closed]

I have 3 different web templates each with their respective assets (css, js, etc.). What I want is to join them in one, I was trying with frames but it does not work out because the window starts. Try PHP saving each web into a variable with a p...
asked by 21.11.2016 / 05:57
1
answer

Consult Youtube API from jquery

Is it possible to consume that API from jquery? If I could do it but from PHP, when doing a post like that in jquery: $.post("https://www.googleapis.com/youtube/v3/videos?id=VO7wstoK_gI&key=AIzaSyDolRu-zJQdK38G52I_rdxqRqruHx2PSBc&part...
asked by 28.03.2017 / 18:41
2
answers

Browser response after sending an email with PHP

I want to give an answer to the user, either: "Sent" or "Could not send" on the same page you see, after sending an email using a form ... Let me explain: 1: The user enters > Contact.html in the browser, fill in the form and click on the...
asked by 26.10.2016 / 10:31
3
answers

How to know which CheckBox were selected To be able to Update

Currently I am working on a pop-up window and I have it in the following way It is assumed that this is the update view, for which said user has already registered his information before, now I would like to know how I do it so that in...
asked by 15.08.2016 / 02:52
1
answer

Call elements of a div with javascript

I have a section that is hidden but clicking the button does not work, the truth is that there is almost no javascript, but do not be mocking please. My css .cal{display:none;} .calculadora{width:95%;text-align:center;} .calcula...
asked by 05.11.2018 / 07:37