Questions tagged as 'html'

1
answer

Problem to open file

When I search for a .txt file to import, it returns me the warnings    Warning: fopen (Clients.txt): failed to open stream: No such file or   directory in /var/www/html/systems/help-desk/processa/proc_letxt.php   online 9       Warning: fget...
asked by 24.03.2017 / 14:28
2
answers

Footer go to the bottom of the page

My footer has a defined height ( height: 40px; ). When the content of the page itself is small, the area remaining after it is completely blank, because of the background, giving a bad aesthetic to the site. I wanted the footer after th...
asked by 24.03.2017 / 19:20
1
answer

Is there a problem in the existence of duplicate CSS, but 100% the same?

I have an application, where I have a file called "layout" which is responsible for displaying all HTML (head, footer, body just to call the side menu which is another file) CSS and Javascript common to all pages of this...
asked by 24.03.2017 / 21:13
2
answers

How can I pass the function of this function to a php file called geolocation via ajax?

var x = document.getElementById("demo"); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { x.innerHTML = "Geolocation is not supported by this browser.";...
asked by 28.03.2017 / 16:55
1
answer

PSD in 1920px getting huge in 1366px resolution

Currently I have started to receive PSDs with resolution of 1920px ie the site made for larger screens, however the designers have sent me the site actually made in that size, ie fonts, images and etc, everything prepared for screen but if I cut...
asked by 28.03.2017 / 15:02
1
answer

Receive multiple inputs in html tag with Angular 2

In my app component, I am sending the following inputs to the html. How do I get all of them in html? export class AppComponent { nomeRedeSocial: string = "Minha Rede Social"; linhaDoTempo: string = "Linha do Tempo"; perfil: string = "Pe...
asked by 28.03.2017 / 11:04
1
answer

Print separate divs but with the same id [closed]

I would like a script to print a separate div from the one that has the same id eg: <div id="print"> <p>Imprimir este conteúdo separado das outras div</p> <input type="buttom" value="Imprimir"> </div> <div id=...
asked by 09.08.2017 / 01:40
1
answer

TreeView with checkbox and AngularJS?

Does anyone have any example code, treeview with checkbox , done in html, angular and json ? Note: I looked at several examples around, but I could not make any of the examples work.     
asked by 07.08.2017 / 23:43
1
answer

Loading date in millisecond format in angularjs

I need to load%% of dates that are stored in values in millisecond format. Example <label>Data de expiração:</label> <input class="form-control" type="date" name="dataexpiracao" ng-model="PontoRelevancia.dados_Evento.datae...
asked by 07.08.2017 / 20:35
1
answer

How to make when the button is pressed it continues with the different color

Hello, I wish that when the button was pressed, it would change color and continue like this until another button is pressed. I tried with :focus , but if you press another element the color comes back. Buttons: <input type="button...
asked by 12.03.2017 / 19:11