Questions tagged as 'html'

0
answers

redirect to a web page by using a variable

I have made this java HTML code, to generate a virtual keyboard. What I want to help me, is that by pressing the SEE button, I open the page www.misitio.com/ 1234 (or any number entered in the viewer) <!DOCTYPE HTML PUBLIC <html &l...
asked by 21.09.2017 / 00:15
1
answer

Error when placing Mailchimp form

When I try to put this form in the layout of my blog in blogger I get these errors:    XML parsing error, line 3958, column 240: Attribute name "novalidate" associated with an element type "form" must be followed by the '=' character    XML...
asked by 19.09.2017 / 21:33
2
answers

Sidebar that becomes fixed when you touch navbar

How are they? I'm trying to make a sidebar (which also fulfills the form role) that at the beginning of the scrolling is fixed when hitting the navbar, which is fixed at the top. It works for me, but when it is fixed there is a small jump, it do...
asked by 21.09.2017 / 18:46
2
answers

How to show data in a pop-up from a json file

Hi, I have a json file running on a local server with two client tables and bonuses. The json file called clients with primary key id, I have it in a table. I am trying that when you click on the id of the clients table, it shows in a pop-up the...
asked by 18.09.2017 / 15:03
1
answer

Help, my idea is to press the request file on a row and that will be sent to me or address loading the file

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Mostrar_Solicitud_Pedido.php" }).done(fun...
asked by 17.09.2017 / 02:13
0
answers

Error in the form of my web

Good evening  I have a problem with my form that when I send the message, I get "Sorry but there seems to be a problem with the data sent" Try with the mail of my web and the one of gmail, and it happens the same ... Thanks HTML: <...
asked by 14.09.2017 / 01:33
3
answers

Difference between HTML form and ASP.NET form

You can help me by telling me what is the difference between an HTML form and an ASP.NET form. They are not the same, why?     
asked by 25.09.2017 / 03:24
0
answers

Overflow when performing operations with float

I'm doing the following operation: var Total = parseFloat($('valor1').val()) * parseFloat($('valor2').val()) Both valor1 as valor2 have a maximum of 14 characters, then when performing this operation with all characters the re...
asked by 12.09.2017 / 13:03
2
answers

Doubt about my javascript linked with html

Good morning everyone, I'm trying to make a menu which when clicking the "label" label changes the src of the image to another one by way of "check", I explain: My intention is that when I click the icon illuminates me, and when clicking the...
asked by 12.09.2017 / 10:03
0
answers

Problem with transation when using AddClass and RemoveClass

Hi, I'm using jQuery so that when I do scroll a menu container decrease its heigth , width and hide the title. It works, but it does not make the transition that I have in CSS ... HTML: <ul id=list-menu> <div class="...
asked by 12.09.2017 / 19:30