Questions tagged as 'html'

1
answer

Insert in two different tables

I have two tables ( cliente and telefone ), I need to insert the name in the cliente table and the client phone in the telefone table, at the same time, by the same form. In the HTML form I was able to put all the f...
asked by 15.11.2018 / 08:16
1
answer

Help with iframe formatting

Hello, I have a form of google that I want for a page with the formatting of 1280 * 800 and the problem and that does not occupy the page completely always hide or at the end of the form or iframe in the iframe it hides content I want it to occu...
asked by 06.11.2018 / 21:12
1
answer

Modal Boostrap is not displayed

I have a form that I am trying to implement a modal that confirms the submit of this form, however it only appears when I do not type the required fields, if I type the required fields it goes straight to the action If anyone can help me, I a...
asked by 06.11.2018 / 20:48
0
answers

CHANGE BACKGROUND WITH INPUT TYPE FILE

Good afternoon, I created a program to create commands and I would like to use the imput type File to select an image and leave it as a background for those commands. HTML <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"&...
asked by 12.11.2018 / 15:42
1
answer

Redirect to another part of the same page php [closed]

I want to make a one page site, but I do not know exactly how to do it. As in the example: link Who can help me thank you!     
asked by 12.11.2018 / 16:39
1
answer

Local variable within a ngFor

I have an input text inside an ngFor and I would like to define a dynamic local variable that would have a unique id value for each input, so I can perform the .focus () of this input, but I do not know how to do this , I have tried in many ways...
asked by 12.11.2018 / 15:24
2
answers

How to get a form and send it to the e-mail? [closed]

I need to send a form from an email, I've researched a lot, but nothing explains exactly what each line does, and if you have to have an online server, or if you have a test site, I'll leave mine html, here, if anyone can help me, I'll be gratef...
asked by 12.11.2018 / 17:14
1
answer

HTML scrollbar

Hello, I would like to put a horizontal scroll bar in my html code because it does not appear on the page, how can I do it, follow my code .... <ui:define name="conteudo"> <!-- Main content --> <section class="conten...
asked by 05.11.2018 / 12:24
0
answers

Upload FTP - PHP Progress bar

I have a code ready here, with upload to database and to a local folder that has a progress bar in javascript, however what I wanted was to use this progress bar to upload to a folder in an FTP and also to a database, but I am not able to change...
asked by 05.11.2018 / 13:33
0
answers

Generate PHP dynamic menu and submenu

I need to generate a dynamic menu based on certain permissions. My structure looks like this: I have three tables: -------------+-------------+------------ [Menu] | [Usuario] | [permissao] idmenu | iduser | idper nivelmenu...
asked by 08.11.2018 / 20:28