Questions tagged as 'html'

1
answer

Center text and change color JSP CSS

I would like to put my items from my menu in the center and change them in color, in case I put a white color but I can not get it #menu{background-color:#6495ED;}.conteudo{display:inline;text-align:center;padding:10px;color:white;}<navid...
asked by 20.09.2017 / 02:02
1
answer

jquery - pass variable from page to page

Well, I have this scenario ... my index.html calls another page (home.html) and there are two variables in the index that I want to take home to make my decisions ... index code. $("a[data-type]").on('click',function(){ var _nome =...
asked by 20.09.2017 / 00:02
1
answer

How to dynamically pass input name to Jquery

I have the following function in jquery in my script PHP $('.myinput').on('blur', function(e) { $.ajax({ url: 'gravadado.php', method: 'POST', // ou POST data: { q10600: this.value...
asked by 21.08.2017 / 22:24
1
answer

Single download page for each user

I'm trying to create a user area on my site with PHP and MySQL, so far I've been able to make the login system and a private page for clients. The question is how could I make a single page available to each customer? My goal is to provide...
asked by 21.08.2017 / 17:56
1
answer

Send Images in the body of the email

I'm trying to send an image in the body of an email. I'm putting together my html that goes in the email as follows: <html> <body> <img style='max-height:200px; max-width: 700px; width:auto; height:auto;' src='cid:imagemEm...
asked by 21.08.2017 / 14:28
1
answer

Display monetary values in a simple way [duplicate]

Good morning! What would be the plus simple way of displaying monetary values with Javascript? I was able to limit the decimal places using .toFixed(2) . But the whole part gets more or less like this 10510.20 I wanted it t...
asked by 22.08.2017 / 15:18
1
answer

Display Popup when realizing that the user will leave the page

I want to display a PopUp to display a form to capture the email and the name of the user who is accessing the site at the time it is close to leaving the site. I see this commonly on several landings pages, especially those focused on lead conv...
asked by 23.08.2017 / 23:50
1
answer

Blank page pull posts

I'm trying to create a page that pulls news from a specific category. The question is Threme , should I put this code with the name page_nome_da_page.php to pull config ? Or should I put it somewhere else? Follow the code:...
asked by 22.08.2017 / 18:23
1
answer

List Alignment [closed]

How do I make a list aligned side by side and center? I already created some types of lists, but on my computer it stays right, but in others it is always crooked! follows the example code: <ul> <li> <img width="120px" src="_...
asked by 17.08.2017 / 20:09
1
answer

Binding from View to Controller does not work in "disabled" fields [duplicate]

I use the asp-for property in the elements of my View to pass their values to Controller at time of post of the page. <input id="txtExamNumber" asp-for="ExamNumber" class="form-control" /> What I noticed...
asked by 23.08.2017 / 19:52