Questions tagged as 'html'

1
answer

Is it possible to create an iframe for a specific part of a page?

Is it possible to get a specific part of a site by mapping it to an iframe? I've seen some solutions using css, but it does not have the effect of setting the region. clip: rect (top, right, bottom, left)     
asked by 09.06.2016 / 05:57
1
answer

PHP page returning HTTP / 1.1 200 OK [closed]

After SQL query and data return using JSON, using the Firefox browser the following is written on the screen: 0 HTTP/1.1 200 OK Date: Sun, 12 Jun 2016 22:52:42 GMT Server: Apache X-Powered-By: PHP/5.3.28 Keep-Alive: timeout=5 Connection: Ke...
asked by 13.06.2016 / 01:13
2
answers

Open Poup-Up - Help

I have the following HTML, but everything on the same page id entry is where it gets my input field from the typed address arrival is where it gets the final address result is the calculation: <div id="entrada"></div>...
asked by 31.03.2018 / 19:07
1
answer

How to change the color of the link after the link has been accessed?

Using bootstrap <div class="well well-sm"> <ul class="list-group"> <li class="list-group-item text-left"><strong>QUESTIONÁRIO</strong></li> <li...
asked by 07.06.2016 / 02:35
1
answer

Function with delay

My scenario is as follows, I have a link and would like it after clicking it after 3 seconds submit a form. I'm trying the following <a href="" target="_blank" id="acionabotao">Link</a> <form method="post" action="acao.php"&g...
asked by 31.03.2018 / 02:48
1
answer

Request with Checkbox + inputys [duplicate]

I would like to make a mini ordering system through the checkbox and input, this would be the idea in the code below: <form method="POST"> <input type="checkbox" name="produto[]" value="Feijao">Feijao - Quantidade <inp...
asked by 01.04.2018 / 17:34
2
answers

Session does not log off in php

I'm creating a small site, but when I press to exit, the site shifts, but if I put the link on one of the pages, I can enter the system and it does not check if it was logged in, even with security fields Login.php: <div class="login">...
asked by 01.03.2018 / 01:20
1
answer

How to prevent modifications to the template

Hello, I'm a bit of a layman in PHP, learning little by little and discovering new things. I would like to know how to prevent a certain person who owns my template has the restriction of not being able to modify the footer in the case of the cr...
asked by 28.02.2018 / 20:32
2
answers

How to create an element with child without adding it?

Imagine: var pai = document.createElement('div'); var filho = document.createElement('div'); I want the child to be inside the parent before adding it to the document. It is impossible with parent.appendChild (child) because parent is i...
asked by 28.02.2018 / 23:27
1
answer

Paste input number text into Reactjs

Hello, I need to get the typed text inside two input's number when I click on the generate serial button I have the following structure import React, { Component } from 'react'; import { Grid, Row, Col, FormGroup, ControlLabel, Form...
asked by 28.02.2018 / 22:25