Questions tagged as 'html'

1
answer

Repairing Cell Phone x Desktop

Well, guys, good night. I have been trying to set up my website since early. It works perfectly in the desktop version and in the mobile version it creates a blank part. I already tried everything to solve and I can not. html, body { fo...
asked by 30.11.2017 / 00:35
1
answer

tawk.to how to change an iframe that has! important to force left align?

I'm using something from a third party so I can talk to a particular store, I'm using the tawk-to tool. But it forces the Iframe css with! important no style. How could I change to align the left? <iframe id="tLvgrUQ-1512044562778" sr...
asked by 30.11.2017 / 13:47
2
answers

How to work the return of a query select max?

I'll be brief: When trying to work the values of a query that uses MAX, I get the error: Use of undefined constant protocol - assumed 'field name'. Table: Select:$atestados=$conect->query("select max(protocolo) from atestados"); P...
asked by 27.11.2017 / 17:28
1
answer

Update database

Then I have a modal that shows the data of the number that was searched, I want to click on the edit button of the modal release the inputs: official, rca and region to be able to write inside these inputs and also the save button to perform the...
asked by 27.11.2017 / 18:07
1
answer

Hover when selected an option in select

In the current code when I click on the checkbox the hover is activated for the letters and for the background I am trying, to make this same effect but with select, when I choose a select option to activate hover, how can I do this? > h1...
asked by 27.11.2017 / 01:10
0
answers

How to get two attributes of the same HTML class with JSOUP - JAVA

I'm getting content from an HTML page, so I'm selecting content for a specific class, but in case that class has content with a href and span , I can only get one. Document doc = Jsoup.connect("https://www.sinonimos.com.br/"+texto+"/" ).get(...
asked by 09.12.2017 / 20:38
1
answer

Form html does not send the data to the php files

The login form does not send the data to the php file that is in the previous folder. I already put var_dump($_POST); but it does not show any error or result. The form file name is login.php, when I put it in the same folder as the form...
asked by 25.11.2017 / 01:13
1
answer

Error with AutoComplete jquery UI

Good afternoon, I'm getting an error that I've never seen, trying to use the jquery autocomplete, follows the image, and the encoding: PHP:(Iusedasanexample,Ididnotaddthelikeinselect,theyaredynamicvalues!)<?phprequire_once('acessabanco.ph...
asked by 09.12.2017 / 19:46
2
answers

Hide field and change button text

Galera I understand the basics of BASICS from javascript, my area is PHP. Anyway, when the button is clicked, an input appears, how can I do when I click the button again, this input disappears, and the button changes text? I clicked the fir...
asked by 30.01.2018 / 13:39
0
answers

Dynamic form locking select

I have a dynamic form ( that ) with two fields (a SELECT and a quantity input), but every time I I add two more fields SELECT is locked. $(document).ready(function(){ var itemCont = 1; $("#novoProd").click(function(){ var novoItem = $("#item...
asked by 30.01.2018 / 12:36