Questions tagged as 'html'

1
answer

radio input selection to point to a form

How can you access a form by selecting inputs radios? I have this example but it does not work for me <input name="tabs" checked type="radio" data-target="#fisica">Persona Física <input name="tabs" type="radio" data-target="#moral"...
asked by 21.06.2018 / 15:37
1
answer

How to arrange a text when it is over with another in a radio input

I want that when some text of the inputs is overlaid with the other, arrange it in two lines so that they are clearly visible     
asked by 21.06.2018 / 17:26
1
answer

PHP Abarque div and span

good day community, I have a problem: I want a div and span to be inside PHP, since they perform a function and I need it, or with some other method to make it work. <div class="alert"> <span class="closebtn" onclick...
asked by 23.06.2018 / 20:26
0
answers

how could a modal be shown complete within an iframe?

I am working within an iframe and clicking on a check box should throw me a modal but it comes out very loaded to the left and only shows half and to one that with css put it in the center just shows Half of the modality, data for me, is that if...
asked by 20.06.2018 / 18:28
0
answers

Upload data from MYSQL to PHP Form

Hello, I am preparing a form to load data from a MYSQl database, it is the same data that I enter, I just want that in this form they can be edited, the code I have is: <?php // 1) Conexión if ($conexión = mysql_connect("localhost", "root...
asked by 20.06.2018 / 17:42
0
answers

Fill list with a query of the database

I have the following code: <td>MES:<br> <select id="mes" name = "mes" > <option value = "1" <%if PMES="1" then %> selected <% end if%> >ENERO</option>...
asked by 22.06.2018 / 21:20
1
answer

How to include one class inside another in PHP using FPDF

I hope you can support me, I am a beginner, I am working with PHP and FPDF, I currently have a document called index.php with the following code: <?php require_once(dirname(__FILE__) . '/Constantes.php'); require_once(RUTA_FPDF_PHP); $pdf =...
asked by 20.06.2018 / 21:43
2
answers

How to define the width of an image without applying pixels

I would like to know how to define the width of an image in a div without having to apply the pixels, but by percentage, since when you apply the pixels to increase / decrease the resolution would be the same length. I have the followi...
asked by 21.06.2018 / 00:01
0
answers

How to use Multiselect with ONCHANGE to Send Data with AJAX

I am currently sending data with AJAX, but with a select, as shown in this code, show.php: <!DOCTYPE html> <html> <head> <title>select</title> <script type="text/javascript" src="js/jquery-2.1.3.min.js...
asked by 22.06.2018 / 16:11
1
answer

How do I make all the images of a carusel have the same measurements?

Edited <section id="carousel"> <div id="carousel-home" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carousel-home" data-slide-to="0" class="active"></li&...
asked by 22.06.2018 / 04:34