Questions tagged as 'html'

1
answer

How to make a div of height equal to that of the div container? (container larger than the viewport)

If I do not want to set the height of the container div, how do I want it to increase dynamically according to content? <div class="conteiner"> <div class="esquerda"> <!--Esta div não terá conteúdo e seguira a altura da div...
asked by 04.08.2015 / 00:00
0
answers

PHP - Insert image of the database in pdf generated via fpdf

I'm using the fpdf system to generate pdf files through an html form. But I would like to insert an image in the pdf that is up in the mysql database. The synthesis to insert image in the pdf is: $pdf->Image('logo.png',18,13,33);...
asked by 16.07.2015 / 19:11
2
answers

How not to send too many records by clicking many times on the button

I have a button, where I have seen several topics and one of the solutions it deactivates, but does not send the data. Button code: <button onclick="this.disabled = true; this.form.submit(); return true;" name="enviar">Enviar<...
asked by 16.08.2015 / 19:11
0
answers

Move an object in the direction of "onmousemove"

I'm trying to move an object in the direction in which the person presses the screen, moves and then releases. I tried to use some for ties (it was the only thing I thought) but to no avail.
asked by 05.07.2015 / 03:04
3
answers

Send mail with data of a form [duplicate]

I have a form in a html file and needed to click on submit > the data was sent to a mail. I've tried putting it in form , action="mailto: ...." , which was the only solution I found, but when I clicked on submit > just went to Outloo...
asked by 02.07.2015 / 16:44
1
answer

Show HTML text in ASP TextBox?

I'm trying to show text formatted in HTML in a asp text box and I'm not able to. For example this formatted text: <font size="6">teste</font> , I would like that when I display this text in text box it i...
asked by 03.07.2015 / 00:51
0
answers

.load () affects site performance [closed]

I would like to know two things, and if possible an example. I have a feedback system that after it sends and writes to the database and appears without giving refresh, almost equal to the comments of facebook . At the moment I'm doing the r...
asked by 16.09.2015 / 21:09
1
answer

Receiving HTML Table in Controller (SpringMVC)

Good morning, I have a page where the user digital information. <input type="text" id="info01"> <input type="text" id="info01"> <input type="text" id="info01"> When typing all 3, via javascript I perform a calculation a...
asked by 10.07.2015 / 13:36
0
answers

Create divs dynamically in javascript

I have a function in JavaScript that includes a line with several input types (texts and buttons), using innerHTML . I've added another% w / o to this function, and I needed to use a classic ajax to include within the div val...
asked by 10.07.2015 / 00:44
1
answer

Update form to work when deploying Ajax

This is Ajax that I want to implement. When the form is submitted, it displays a GIF to show that it is loading, and then depending on the result, an alert appears with a message written by json_encode , and some. $("#form").submit(funct...
asked by 09.08.2015 / 14:57