Questions tagged as 'html'

1
answer

Justify content of a variable

I'm working with texts, reading what was typed by the user and saving in the subject variable. I would like, when the variable was called, its contents would be shown on the screen with justified alignment. But I have tried in some ways like:...
asked by 18.09.2017 / 16:21
1
answer

How do I access the version of an .exe file with JavaScript?

I would like you to help me solve a small problem. I need to access the property called "version" in my file, and I know this is done in Javascript. But I do not know which tag to use, or what to do to get to it. How can I do this?     
asked by 19.09.2017 / 20:33
1
answer

Session passing value that was not expected [duplicate]

Hello, I'm a programmer and I'm doing a system for the school that I studied, but I encountered a big problem.               School System      <h1 id="titulo">Sistema Escolar</h1> <div> <ul id="m...
asked by 25.09.2017 / 01:26
2
answers

Show and hide div when clicking button

I would like to click on the start test button, the counter div appears, and when I click next test, disappear the div id = 01 and only show id = 02 and so on, whenever I click on the next test it writes one text below the other. <!DOCTYPE...
asked by 18.07.2017 / 20:04
1
answer

Hiding and displaying a form using a link

I have a link and a form that needs to work as follows: When I click on the link, the form is visible and one more click on the form link is hidden. classe of the link to hide and display the form is: menu_propaganda_guia_comerc...
asked by 21.07.2017 / 01:05
1
answer

Include PHP and directories?

$ _ SERVER ['REQUEST_URI']; $ url="https: //" $ _ SERVER ['SERVER_NAME' Result = localhost / dashboard / folders / test / florianopolis.php This code above shows everything, including the file name. Do you have any method of not showing the...
asked by 19.07.2017 / 20:51
1
answer

Add HTML from another page

I needed to add the contents of another page in HTML , type, I open the link page and in the HTML of this page would have an event or some javascript that loaded the link , but without changing the URL .     
asked by 21.07.2017 / 15:11
1
answer

How to do automatic translations?

I have a HTML page and would like to have it in several languages But did not want to make a page for each language and leave editing in HTML. Is there any way I can do an external document , a JSON, I do not know where I only put t...
asked by 06.07.2017 / 13:59
2
answers

Error in site title formation

I have a problem with a client site, it has several product pages and I created a page called mostra_produto.php , but the function that calls the title is returning with problem. ERROR: CODE: <title> <?ph...
asked by 06.07.2017 / 21:56
2
answers

Show and hide field based on SELECT

I developed a PHP code that queries a table in the database and inserts the values into a select into the HTML. Since the user does not find the desired option within this select , he should select the "Instituição não encontr...
asked by 17.07.2017 / 17:17