Questions tagged as 'html'

1
answer

HTML: Link a change of page

I'm doing a job for college in which I have to make a website in HTML as if it were from a company. In the right column I intend to put links that would load other pages in the empty area but without reloading the whole page All help is ap...
asked by 19.12.2017 / 20:03
1
answer

Insert field in mysql [closed]

I have a system where you have registered games and the logged in user tries to hit the results of these matches, Each game has a registry id that has the name (game) in the database, I already have an if and else if it matches or erase the scor...
asked by 09.11.2017 / 21:39
1
answer

I placed a form on a site and I can not seem to get the confirmation message. The code is below. Can someone help me?

<script type="text/javascript"> function hgsubmit() { if (/\S+/.test(document.hgmailer.nome.value) == false) alert ("Por favor, digite um nome."); else if (/^\S+@[a-z0-9_.-]+\.[a-z]{2,6}$/i.test(document.hgmailer.email.value) == false) aler...
asked by 30.10.2017 / 13:54
1
answer

Spacing between rows

I'm using the Materialize Framework on a website, but when I create two lines it gives me that spacing, does anyone know how to fix it? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--...
asked by 29.10.2017 / 15:54
1
answer

Is it possible to define an HTML tag in a C # string? [closed]

I have the following string written in C #: string Descricao = "Você ficou muito tempo inativo, e por isso sua sessão caiu. Retorne para a página inicial para continuar." I would like to put the% wrapper of the string inside an HTML tag, so...
asked by 31.10.2017 / 15:30
1
answer

How to hide the cookies.txt from curl

Ihaveacodeinphpthatmakesarequestwithcurlonapage,howeveritsavesthecookiesinatextfilecookies.txt,andanyonecanhaveaccesstothisfileinadirectlink" www.mysite.com .com.br / cookies.txt "I want to know how to hide this, because the security of my app...
asked by 31.10.2017 / 15:42
2
answers

Force open .EML file in email client

Thunderbird allows a 'imagem' mail of the email to be saved to a file, this file comes in '.EML' format, and on my system, users upload this file to the system along with what they are doing related to a certain company. Mechanisms like...
asked by 23.11.2017 / 12:26
1
answer

css hover on a table with rowspan

Table - Example table, th, td { border: 1px solid black; } tr:hover { background-color:coral; } <table> <tr> <th>Col 1</th> <th>Col 2</th> <th>Col 3</th>...
asked by 24.10.2017 / 14:10
1
answer

Input added with .append () does not send the POST data

The script below adds groups of fields to a form. Until then, okay. The fields are added but when I send the form I only receive the data from the fixed inputs, those that are added dynamically are not received. Code: $(document).ready(...
asked by 24.10.2017 / 16:18
1
answer

Ungroup code on a single line [closed]

Well, does anyone know how to ungroup codes that is on a single line? Why to leave in a line is easy, has some softwares that offers this, but ungrouping that just by hammering kkkk.     
asked by 26.10.2017 / 23:15