Questions tagged as 'html'

2
answers

How to copy a piece of text into a textarea

I have a text written in a <TextArea> on a html page and would like to read the text and remove a piece of it and write in another <TextArea> , I tried to use preg_match but I could not understand how it worked...
asked by 31.08.2017 / 15:51
2
answers

How do I turn onclick on my javascript?

Well, I'm doing a game in javascript where I have 100 buttons and I need the value of the button that the user clicked to be searched to validate whether the user hit or not, function minhaFuncao(id){ var alor = documenr.getElementById(id).valu...
asked by 25.06.2017 / 18:09
0
answers

How to receive the actual location of a file

I upload files to a folder, which works when running in eclipse. But when I try to upload through a browser, I am not allowed to upload it because of its security. My question is, is there any way to get the browser to return the file locatio...
asked by 06.07.2017 / 15:59
1
answer

Menu with border

I'm developing an application that contains a bordered menu so I'd like the menu to look like this ButI'mnotabletoleavetheborderlikethisandneitherroundlookslikethiswillIputmycssandhtml <h:panelGrouplayout="block" styleClass="pagamento">...
asked by 06.07.2017 / 05:38
2
answers

How to not preload page with auto-fill

I'm developing a page that needs a form. For aesthetic reasons, I chose not to put legend and instead I'm using placeholder. In this case, he did not want the information to be filled in automatically. How do I inhibit this automatic loading?  ...
asked by 23.06.2017 / 22:14
0
answers

How to make a form and when the person registers me appear the records of the person and how to associate the two files?

IhavethisdesignalreadydoneandmyproblemisinrelatingthefilesandinthephpfilebecauseIdonotknowifitisoktowritetoxmlandalsodonotknowafterwardshowtoopenandsave <!doctype html> <html> <head> <title> Formulário </ti...
asked by 28.06.2017 / 11:49
0
answers

How to make profit simulator through clicks on a link

Hello! I'm doing a web project and needed a click simulator, where for every click on the link I would give 1 centime, 0.01 euro (Portuguese currency) The instructions they gave me were: We will develop the application financing module. is...
asked by 28.06.2017 / 15:47
1
answer

How to organize data in 3 columns without layout break, using CSS Flexbox?

I have a list of items (ul), and each item occupies 33% of the screen, thus forming a horizontal list of 3 columns. When there is no more horizontal space, it forms a new line, something very simple, is perfect when all items have the same heigh...
asked by 28.06.2017 / 17:21
0
answers

How to create an upload system that creates and modifies the html

I'm trying to create an online library, I found an open-source solution that puts the pdf in the folder and changes the address in index.html. When you do this it will create a pdf viewer. Is there any way I can create an archive (php, html, any...
asked by 20.06.2017 / 20:04
2
answers

Image popping up with Fad-in effect after page loading

I need to make 4 images appear, one at a time, on my page, after loading it. IMAGE EFFECT: It would be the fade-in effect, if I'm not mistaken, that's the name. This effect is one that the image comes up from the center of it. LOADING E...
asked by 20.06.2017 / 21:10