Questions tagged as 'html'

0
answers

How to allow login in the system validating user and password by the database in php?

Next Galley: I have an html form where I get this data and send it to an action php where the data is processed and sent to the database. This part is ok, the data goes right and everything. Now I have another login html screen. This action scre...
asked by 24.10.2017 / 21:59
1
answer

How to center a title in the header using class attributes?

I started studying Bootstrap now and I'm having trouble understanding and modifying the CSS tags of the folder I downloaded on their website, so it would be easier to edit the part HTML I need to centralize the SIGN UP text, but I'm n...
asked by 25.10.2017 / 00:10
1
answer

After using the .innerHTML to prench a DIV, how to clear this div with another function?

I have the following code, var resultado; var numero; var tamanhoNumero; var i=0; function calcular(){ numero = document.form.numero.value; console.log(numero); tamanhoNumero = numero.length;...
asked by 25.10.2017 / 00:35
1
answer

Elements with display: none continue to occupy space in div

I have a set of elements in which I put a class to leave as display: none and display only when you click a button. However, the elements are still occupying the space in the div even though they are invisible, it is as if they were visibility:...
asked by 02.11.2017 / 15:07
1
answer

Autoload in JavaScript

I'm starting in Front End and wanted to know the best technique and tool / library to load dependency files in JavaScript . I feel that I could just add a .js file in my html and in this file control the loading of dependencies on it. Should...
asked by 10.10.2017 / 19:10
1
answer

How to load google maps api with a route to an address?

I installed the Maps API, but I do not know how to get a result, which would load the map with the best route between two addresses, I'm using javascript and html.     
asked by 10.10.2017 / 19:47
0
answers

Error in div view with jquery

Good morning guys over stack I have the following problem. I try to display content on the screen, some of this content gets duplicated. arrayObjCat9 = []; $(".form-group").find('*').each(function() { var id = $(this).attr("id");...
asked by 10.10.2017 / 15:27
1
answer

Wrap lines in table cells ASP.NET MVC C #

How do I not break the columns of a <table> in several lines, because I put a scroll and would like to leave the grid cells without breaking, but let the user use the scroll.   ViewTable@modelIEnumerable<Projeto.ERP.Model.Mod...
asked by 10.10.2017 / 18:43
1
answer

Menu for mobile devices Bootstrap CSS

I'm developing a web application and when it arrives in the width of the page min-width: 640px and max-width:770px it presents the menu for movable devices of the bootstrap, but would like to leave the menu with that visual. But...
asked by 15.10.2017 / 17:13
1
answer

Vertical Scrollbar in DIV in ASP.NET

I have a form inside the content2 of the masterpage. Is it possible to insert it inside a div with a vertical scrollbar that descends only the form in question? What is the simplest way to do this?     
asked by 15.10.2017 / 02:11