Questions tagged as 'html'

3
answers

How to do that when clicking on a key a submit is sent [duplicated]

Well it's the following, I have a chat on my site, the chat has a text field and a send button that is to send. In other words, the person types in the text and then has to click the send. I'd like to know how you would do that by clicking...
asked by 05.12.2015 / 00:32
0
answers

Site text system

I'm making a website that will support multiple languages, but the most difficult thing is the method of translating each word / phrase of the site. In case I was thinking of doing a system where the words will stay in a .txt file and assign the...
asked by 18.06.2018 / 23:13
0
answers

Write data from a Multidimensional PivotTable Array

Personally, I'm having a hard time on my Back-end. In a form I am sending data with dynamic data using for example name="qtd[]" . As far as beauty, in my PHP, I'm getting for example 2 lines of information, each column contains qtd, ite...
asked by 18.06.2018 / 22:06
0
answers

Balls are filled according to the status of the page

I'm developing a form where I have three pages and consequently three top balls, each representing a page. The form logic is now complete where each page is displayed according to the variable parameter with a data-ng-show. I need that according...
asked by 19.06.2018 / 02:31
0
answers

I need a same form with 2 buttons to send to different places

Good night guys, I have a little problem I have a foreach that loads several cards on a page, each card has a modal with its card information, Modals are loaded from same way as the card, I need one of the buttons to update the patient inform...
asked by 17.06.2018 / 00:01
0
answers

Save the checkbox value in the database

I need your help ... I have a custom checkbox, where the user clicks and it is "ON" or "OFF" and this value must be recorded in the database and must remain checked or unchecked indicated by the function of this the admin will know whether the e...
asked by 16.06.2018 / 07:17
0
answers

Modal PDF opening is lowercase

I have a website where I use a modal to open PDF, and the same one when opened is very small. Has anyone ever experienced this? Would you know a way to fix it? CSS Code Modal: .modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen ....
asked by 23.06.2018 / 03:53
0
answers

php form redirecting to email

Can anyone help me with an error I'm having with a form .... <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>enviando E-Mail</title> </head> <bod...
asked by 23.06.2018 / 18:39
1
answer

How to open connection with 2 tables in php

I am having difficulty connecting twice to my database, each time I connect to a table the code and the following: Categories <!-- Portfolio Grid --> <section class="bg-light" id="portfolio"> <div class="container...
asked by 15.06.2018 / 05:53
1
answer

know which button was clicked via JavaScript

Hello! someone could help me in this, I'm trying to make an application to do certain calculations but I'm having some difficulty when doing Onclick. so below is my function Initializes what I need is that when the user clicks the button they se...
asked by 15.06.2018 / 02:02