Questions tagged as 'html'

1
answer

Problem with Select chained with Jquery

I have a logic problem with jquery, because I have a code with chained selects, in which it is assumed that a submit is activated only when the three selects are active , the first active select the second, and the second select activates the t...
asked by 24.08.2016 / 04:30
2
answers

A getElementById can be used if it exists several times but with a differentiator?

I want to know if it is possible to use the Id of an element if it is used For example we have <img id="image1" onclick="usarImagen();" class="img-responsive center-block" src="images\imagen1.jpg" alt="banner1" align="middle"/> <im...
asked by 20.05.2016 / 00:37
2
answers

Download in Null

On my%% co_button I have a "Descargar excel" that leads to the following function in onclick : function downloadExcel(status) { $.ajax({ url: "http://localhost/WareHouse/reporte.php?status="+status, type: "GET", succ...
asked by 14.12.2018 / 22:44
2
answers

Get the value of a dropdown with Bootstrap optgroup in ASP.NET

Does anyone know how to get the values of a dropdown of Bootstrap with optgroup in ASP.NET ? I attach a reference image If I put the dropdown attribute: runat="server" , to have it in the backend, I get the error...
asked by 22.01.2016 / 23:52
1
answer

Select data-attribute within SVG

I have the following SVG inline on my website: <svg xmlns="http://www.w3.org/2000/svg" data-action="counter" class="button" width="320" height="90" viewBox="0 0 320 90"> <rect x="0" y="0" width="320" height="82" rx="10" ry="1...
asked by 23.08.2016 / 13:23
1
answer

Choose recipient's mail in a random way in contact form with php

Good evening. It is the first time that I occupy this platform to make a query, I hope you can help me. I have already created a form for a telephone company. It is assumed that the way it works is that depending on the selected city, the inf...
asked by 12.02.2016 / 04:22
3
answers

I can not create an edge according to the ul tag in html, css

I have the following problem that I think is best explained with the code. The same is: ul.header { width: 100%; overflow: hidden; background: #F4F4F4; border: 1px solid #7C7C7C; list-style: none;...
asked by 21.12.2016 / 20:07
2
answers

base64_decode in wordpress

I am trying to save a coded with base64 in the table posts_meta of Wordpress for later get that field, decode it and show the content, but somehow it makes an "escape" of all the quotes so that the Html after being decoded appears li...
asked by 08.05.2016 / 13:16
1
answer

Internal menu search

I have a menu in html with an amount x of lists that in turn have labels to, how can I implement a search engine, to show the "a" links since they are enough, and redirect me to the selected link? I have: <li class="lista"> <a hr...
asked by 05.04.2016 / 19:40
3
answers

Default value to an input in HTML

I have a form that will register your name, surnames, etc. and I have a field that asks for a number, I already register well, now I would like it if the number field is empty that I insert something by default, example: 0. In the form I get...
asked by 11.04.2016 / 18:44