Questions tagged as 'html'

1
answer

Get specific button with Jquery in repeat structure

while($reg = $stmt->fetch(PDO::FETCH_OBJ)) { $id = $reg->id; echo "<div class='altpost' id='$id'></div>"; echo "<form id='$id' class='faltpost' method='post' action='altp.php'><input name='naltpo...
asked by 28.07.2017 / 01:37
1
answer

Contact Form with PHP [closed]

Hello, I created a form in html, but it is not functional, because I have little knowledge in PHP, how can I develop the script to send the email to my hotmail? This is my form <main> <section class="contato"&...
asked by 21.07.2017 / 16:39
1
answer

Index versus Index, Follow

Answer me a question. What is the difference between <meta name="robots" content="index, follow"> e <meta name="robots" content="index"> Is it the same thing?     
asked by 23.07.2017 / 23:12
1
answer

Put Items in Scroll

Hello! I'm trying to create a horizontal scroll with certain items. But it breaks down instead of continuing to the side. I want to do a scrolling effect to show more content next. .container { width: 1200px; margin: auto; }...
asked by 23.07.2017 / 23:21
1
answer

Put accent on javascript code [duplicate]

I'm doing a pedagogical job of completing words, however some words have accents and even if I put in the code it appears that it is wrong, I wanted to know how to put the word in the code with accent and at the time of the test when put with...
asked by 15.08.2017 / 19:23
1
answer

AJAX return JSON size

I am having doubts about using AJAX, I am making a function to build a list according to some filters. Everything is working perfectly, I return the JSON and I mount the table. The problem is when my return contains a lot of data. It seems...
asked by 06.07.2017 / 16:19
3
answers

Visited in table tr

I have a table that when a tr is clicked, a screen is generated in the page itself according to what was selected, I need a css code (if possible), that when the tr is clicked it will have a different background of the others, when another tr is...
asked by 26.07.2017 / 21:15
1
answer

Create table inside cell

Hello. I have a script where I need to add in a td created via javascript a new table. I tried to create the new table directly using something like: var newTable = cell3_prod.createElement("TABLE"); I thought it would work but it caused er...
asked by 27.07.2017 / 20:01
1
answer

Scroll up after changing view [closed]

I'm using angular on my system I'm changing views with the command $state.go('main.shops.cart.success'); But problem is that when changes the view scroll continues below. I would like it when it changed view scroll to...
asked by 27.07.2017 / 14:56
1
answer

Problem loading system using "fopen"

if($tarefa<> NULL && $data <> NULL){ salvarTarefa($tarefa,$descricao,$data); } if($conclusao<>NULL){ salvarConclusao($conclusao); } gerarColunasLinhas(); I am using these commands to generate a table, a...
asked by 26.07.2017 / 21:42