Questions tagged as 'html'

1
answer

Help with INNER JOINS

I'm having a problem with INNER JOIN. When I do a search for a certain sale, it brings me all sales related to the customer code, since it is the field "coder" that associates the 03 tables (Customer, Sale and Item Sales), besides taking only...
asked by 23.12.2015 / 11:59
1
answer

My site gets messed up on Microsoft Edge, Firefox and Safari. How to solve this problem? [closed]

My site catches on Chrome and Opera, but when testo in those other browsers gets messy, more, on Edge. Edge - Safari- Firefoxistheonethathastheleasterrors- MyCode: /*--------------------Confgurações primarias css------------------...
asked by 19.12.2015 / 01:20
1
answer

Input in HTML that can save multiple values?

How can I make an input similar to the one in the forum? link in the tags area, when we insert an example tag: "PHP", and we give enter it already saves that value and it waits plus one from the user.     
asked by 07.11.2015 / 16:31
1
answer

Link problems using ngRoute Angular

I'm trying to create links. I'm working with AngularJS and did the route setup part. I have a 'Views' folder with the html files. Follow the codes: <html ng-app="fluxo"> <head> <title>Fluxojoin</title> <meta chars...
asked by 06.11.2015 / 02:28
3
answers

Problems displaying javascript string

I have the following code: $(function(){ var curso = controller.getNomeCurso(); $("#curso").text(curso); }); The problem is in the line 18 because I can not display values with special characters correctly. Example: When sendin...
asked by 01.06.2015 / 22:17
2
answers

How to insert $ _POST into HTML form input?

How can I insert a $_POST into a input of a HTML form? In a simple login form, by leaving a field blank, the script retrieves the filled field, keeps it filled, and reports the error of the empty field, so the user does not...
asked by 17.06.2015 / 03:48
2
answers

How to open a screen with pre-filled form with PHP and HTML?

Good evening everyone, I'd like to know how to open a form whose fields are already filled in with user data (resulting from a search in the database), and it's up to him to only edit the information. I searched the internet and found a way, but...
asked by 20.06.2015 / 00:52
1
answer

How do I sign in and log in?

I have a HTML page with a button for admin before you have a popup login and the php of that login to is in another file. And I wanted to know how to do it so that if he accepts the login, he can always go to that button without having to...
asked by 17.06.2015 / 17:13
1
answer

Replace text with HTML when it contains value in the DIV

I have the div's: <div class="mensagem"> <div class="texto-mensagem">:D, :( Olá Mundo!</div> </div> I want the result to print this: <div class="mensagem"> <div class="texto-mensagem"> <d...
asked by 06.05.2015 / 06:03
1
answer

How to navigate a site if a single page?

I want to make one of those one-page sites, but I can not think of one thing: how can I do that when I click a button it scrolls down the page to the referring content? In the menu you have to have a Contact button and when I click on it it g...
asked by 06.05.2015 / 14:26