Questions tagged as 'html'

2
answers

Return to PREVIOUS screen without losing "INFORMATION" from the previous screen

I have Screen 01, I search and return the result on the screen. Each line of the returned result contains a button. The button refers to SCREEN 02. On screen 02 I make a search and the search values are returned in SCREEN 02 itself. Each line...
asked by 15.08.2017 / 18:01
1
answer

Switch texts by images [closed]

Good evening, how can I change the texts (Background 1, Background 2, Background 3) by images? DEMO Thank you !!     
asked by 23.08.2017 / 02:48
1
answer

How to open a form from another site with fields pre-populated with PHP / HTML / JAVASCRIPT?

Hello. I am improving the customer ticket update on my site and I need help. There is currently a refresh button on the ADM page that users use, where it redirects users to the ticket upgrade page of the bank site they chose to use (an external...
asked by 26.06.2018 / 22:15
1
answer

Each line in the "textarea" gives a different return. Using form and javascript to create a code generator

The code below has the function to get the link of each input of the form and add <a href="link" target="_blank">Link - ?</a> I would like to know if it is possible to get the same result with only textarea in...
asked by 26.06.2018 / 03:12
1
answer

Why is the given $ variable not receiving the DB values?

<?php require'conecta.php'; $id = 0; if (isset($GET['id']) && !empty($GET['id'])){ $id = addslashes($GET['id']); $sql = "SELECT * FROM usuarios WHERE id = '$id'"; $sql = $pdo->query($sql); if ($sql->rowCount(...
asked by 04.02.2018 / 21:53
2
answers

Help with COMBOBOX, Select cities according to chosen state

I'm programming an application in php and I have all the Brazilian states and cities in Mysql bank.    In the States table I have: id , nome , uf .       In the Cities table I have: id , nome , id_estado ....
asked by 18.01.2018 / 21:26
1
answer

Save checked box in an array!

I want, when selecting multiple checkboxes, these values are saved in an array, so that it is saved in the database. If I leave the checkboxes with the same id, as follows: <div class="form-group"> <label style="margin-botto...
asked by 07.09.2017 / 16:36
1
answer

Add fields with JQuery

I'm using a JQuery command to dynamically add and remove fields on a form. $(document).ready(function(){ var _espc_clone_index=0; $("#add_espc").click(function(){ _espc_clone_index++; $(this).parent().after($("#...
asked by 05.09.2017 / 03:55
2
answers

How to put text in an icon?

I would like to make a shopping cart icon, and put a number inside it to go iterating according to the products that the customer places in the cart, but I could not do an example: OBs: HTML and CSS, the icon is font-awesome, I'm using Bootstrap...
asked by 15.09.2017 / 20:40
1
answer

How do I make one element not overlap another?

It is as follows. I have a div, which in my case is the body of the page, tooth of this div I have two borders, right and left, and inside the div I also have a flexbox with some images. It works fine, but when the page size decreases, the flexb...
asked by 04.07.2018 / 00:42