Questions tagged as 'html'

1
answer

Element with margin-left -100% still being rendered?

Are elements with margin-left -100% still being rendered or does the browser understand that they are outside the "view area" and stop using computer resources? And when they are with opacity: 0 and / or visibility: hidden...
asked by 08.07.2017 / 04:11
2
answers

Dynamically set timeline in html on page .aspx

I would like to ask a little help from the forum, to dynamically set up a timeline in html using the asp.net font or code behind C #, in a Web Forms application with SQL database. I need to mount I imagine, for this a for each in the aspx code t...
asked by 08.07.2017 / 17:00
1
answer

Favicon .ico vs hosting

Is there any way I can host a .ico file without being on the 'server' of the application, say how do we normally upload a .jpg / .png image to sites like Imgur ? In most of my research before doing this question, google...
asked by 08.07.2017 / 03:03
1
answer

Prevent sending of Google event when pressed F5 and access via GET

Speak up! I need to do an event upload prevention of analitycs in the following scenario: I have a form that when the submit is given, the post is rendered in ajax and this ajax returns a URL in which I do the redirect via location.href...
asked by 18.05.2017 / 16:01
1
answer

Form with $ _files does not save the file in the folders of the site [closed]

Hello, my project has a form where an image can be sent, it saves the form data in the BD but does not insert the image in the files. can someone tell me where my error is? <?php session_start(); include_once("../conexao.php"); $nome = $_P...
asked by 18.05.2017 / 22:04
1
answer

How to print while maintaining page layout?

I am developing a basic hotel control system. When registering the guest entry in a suite, I need to print a "receipt" for the client, however placing only the window.print() JavaScript function is not printing as I would like. The image...
asked by 21.05.2017 / 01:07
1
answer

Undefined index php and html

<div class="modal fade" id="adcmodal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> &...
asked by 21.05.2017 / 02:25
1
answer

How to make a modal confirmation of registration?

Good evening guys, I have a question about modal. I have an address confirmation form, however I have sent my data via bank, so alright, the problem is: I would like to know when I click on the confirm button as I do for him to return me a modal...
asked by 12.05.2017 / 03:42
1
answer

JQUERY as add tag p

I'm new to JQuery and would like to know how I add two <p> tags without input, for example: <p>Valor do Pedido: <span id="resultado" class="resultado">5</span></p> <p>Taxa de Entrega: <span id="tx...
asked by 11.05.2017 / 11:37
1
answer

Insertion of dimly created inputs

I'm dynamically creating fields like this: $(document).ready(function(){ $('#quantidade').on('change', function(){ var quantidade = $('#quantidade').val(), campos = $('#campos'); campos.html(''); //aqui eu fiz limp...
asked by 09.06.2017 / 03:30