Questions tagged as 'html'

1
answer

Dynamic Combobox with php

Looking for the solution to this I come here. I am programming a small dynamic combobox with php, to the point. I have my combobox 1 which would be months and the combobox 2 that would be days, the idea is that by selecting February...
asked by 23.03.2017 / 21:25
1
answer

Is it possible that the textarea that are generated, are not generated with the same ID and name? [closed]

I have this code used to collect data from a form using a textarea. This form also has a button to generate more textarea. <script language="JavaScript"> window.onbeforeunload = confirmExit; function confirmExit(){...
asked by 24.03.2017 / 08:14
1
answer

Gravity form drop-down

There is some way with the plugin gravity form , to make new fields appear when a Drop Down field is selected. Example: Drop down of selection of DNI or CIF. When I select DNI that appears a DNI entry field, and when I select CIF that you enter...
asked by 24.03.2017 / 13:41
3
answers

Join two connections in a PHP MYSQLI

I have mounted a web page that accesses some data in concrete with data base.table database.table (this way the queries are mounted) the problem that I have now been told that database1 is on another server and I do not know how to create two...
asked by 06.03.2017 / 09:25
0
answers

How to redirect a 'href' in a jsp?

I have a form to update several delegations by means of a "id" called "actualizar.jsp" and for each delegation I have a query. at the moment of clicking on update the data to modify the id delegación=1 shows me and modifi...
asked by 01.03.2017 / 16:11
1
answer

php dom add an item

Hello friends, you could help me with the following. I have that HTML code: <figure class="class"><iframe src="src" width="xxx" height="xxx"></iframe></figure> But I want to add a iframe more so it looks li...
asked by 27.02.2017 / 22:35
2
answers

D3 does not show me updated data

I'm doing a graph with d3, I have two checkboxes, each one refers to a series of data, what I want is when I click on one and it's activated, it shows the data. I already did this method for jqplot, but when it came to updating the data in jqplo...
asked by 20.03.2017 / 09:30
0
answers

friendly url and base tag

My htaccess has the REWRITE enabled: #Activar RewriteEngine para URL's amigables Options +FollowSymLinks RewriteEngine on RewriteBase /Carpeta RewriteRule ^home/?$ index.php [L] RewriteRule ^signup/?$ index.php?page=signup [L] RewriteRule ^l...
asked by 09.02.2017 / 16:13
0
answers

Modal window problem that leaves the screen

How to solve: when the modal window is opened but when I zoom in or out (crtl + -) I get the content towards height. I want to do it in the content that is fixed in the same place and without moving the screen. I have included the boostrap in...
asked by 09.02.2017 / 14:10
1
answer

display table-cell does not work well on safari

I'm trying to design a component with an input and a right-wing button, it's to do a search, inside the CSS I'm using display table, to align the components. The problem is that in chrome works well the heigth that I apply to the button to us...
asked by 13.02.2017 / 19:36