Questions tagged as 'html'

1
answer

Logical doubt of the code in PHP

Hello everyone. I'm starting in PHP and I'm having some issues with this code: <?php function linha($semana) { echo "<tr>"; for ($i= 0; $i <= 6; $i++) { if (isset($semana[$i]))...
asked by 02.03.2017 / 15:19
2
answers

ASP.net JavaScript does not recognize the TextArea if it has a Tag runat="server"

I have a problem with my JavaScript. I am using a code that server to do the numbering in a TextArea when the user gives Enter, however, if that TextArea has the tag runat="server" Javascript does not recognize the box and simply d...
asked by 21.06.2017 / 16:51
2
answers

Charset does not work in JavaScript

I have the following JavaScript function that issues a confirm with a message that contains special characters. function cancelaCadastro(){ var cancelaCadastro = confirm(unescape("Você deseja cancelar o cadastro e voltar à página in...
asked by 20.06.2017 / 15:45
1
answer

How to concatenate variable in element id? jQuery

Hello, I'm trying to return information from a .php file in a specific div using jQuery. The situation is as follows: The information will be retuned to a div with id="bkpLoja", but this div is in a section with query in the database and each re...
asked by 12.04.2017 / 14:43
1
answer

Help with footer misaligned in flexbox

I would like a help with my footer , which is getting totally misaligned, I already tried clear: both , but without success, I would like some help to correct this error. the original footer code is this: link and my current pro...
asked by 17.01.2017 / 14:46
4
answers

How to send form data to mysql?

I'mtryingtosendformdatatomysqlbutgiveerrorNotice:  ArraytostringconversioninC:\xampp\htdocs\Projects\orders.phpon  line16Line16isthis  $sql="INSERT INTO spedido (table_name, order, quantity)   VALUES ('$ number', '$ order', '$ quantity') ";...
asked by 18.01.2017 / 16:26
1
answer

Remove background color from input in autocomplete

Something that makes me very uncomfortable is when the google browser autocompletes something and leaves the input with a yellow background, how can I remove it?     
asked by 19.01.2017 / 14:03
3
answers

How to use the same text in multiple HTML so that I can edit them by CSS?

I have several HTML (more than 500 HTML) that will use the same title for all, for example: "Projects for 2017" will be the title in the 500 files Then I'll need to change the title for "2018 Projects" But I do not want to have the job of...
asked by 16.02.2017 / 17:35
2
answers

Windows form integration with html page

I have an application that is a Windows Forms that I need to integrate into an HTML page of my web application In case you have Windows Form fixed there as if the two were one thing. Is this possible?     
asked by 10.02.2017 / 19:32
2
answers

How to read a JSON using ONLY JavaScript? [closed]

I want to read and display in a console.log the information that is inside my .JSON, but without the use of jquery or other frameworks. Basic code.     
asked by 10.02.2017 / 21:17