Questions tagged as 'html'

2
answers

Generate an html menu with an array in php

I have this array: <?php $MENU = array(); $MENU["ESCRITORIO"] = array ( 'emparentar' => true, // emparentar == true ? muestra en el nivel superior menu : no lo muestra en el nivel superior 'abilitado' =&...
asked by 26.06.2016 / 13:48
1
answer

How to put a link in jquery table that opens a pdf using generic handler?

good morning: I have the following code: generic handler public void ProcessRequest(HttpContext context) { string nombreArchivo,tipo; // int id = 12725; NOTA:"Si hago asi no marca error y si me muestra el pdf" int id = int.Parse(cont...
asked by 27.06.2016 / 17:48
2
answers

Stop SetTimeOut if the item is no longer clicked before the time out acts

I'm doing a virtual keyboard and I want to make that when I hold down a vowel for at least 500ms, I'll open an article that shows the different types of accents. However, I want your behavior to be realistic. If, for example, I stop pressing the...
asked by 11.07.2016 / 01:17
1
answer

how to make an http call when sending form in angular

I have problems making an http call when sending a form using Angular, the problem is that I do not know how to pass a parameter to it and I do not know if I am doing the call correctly, what I want is that the HTTP call is made with the paramet...
asked by 01.07.2016 / 20:04
2
answers

Problem when inserting HTML image

I'm trying to put an image in my HTML file and it's strange for me not to load my image, only a small icon appears instead of my photo and I do not know if I had never had problems inserting my images, I did everything from putting the end .jpg...
asked by 01.07.2016 / 16:37
3
answers

How do I update an input if the checkbox is clicked with javascript?

What I need to do (and that still does not work out for me) is that if the client clicks the OriginAirport checkbox in the address DireccionOrigen input, take the value of the checkbox or, alternatively, define a value for that input that is man...
asked by 03.04.2017 / 15:17
1
answer

I have a question with Materialize css

I'm new to materialize, but I think it's a great framework, I regret not having used it in other projects, because it really facilitates the design, but my problem is this, I want to create 2 row together, that is, The materialize grid system....
asked by 04.04.2017 / 14:54
2
answers

How can I clean the fields of my form?

I am using PHPMailer, when sending the data to the GMail email but after clicking "accept" in the alert verifying that the email was sent, my fields are still full of the information I sent, does anyone know how I can reset them? ? Thi...
asked by 16.05.2016 / 03:10
1
answer

Restart time with jquery from a website

$(".intime2").delay(2000).fadeIn(0); setInterval(function() { $('.outtime40').fadeOut(0); }, 40000); I need to be able to restart the time by going over a div in a jquery so that the time-delay functions are restarted...
asked by 01.04.2016 / 02:53
1
answer

PHP connection with DBISAM

For several days I have tried to connect to a DBISAM database but I have not managed it, download and install odbc driver and I do excel tests and it works perfect but when I try PHP it gives me an error, this is the script I'm using: <?php...
asked by 04.04.2016 / 23:26