Questions tagged as 'javascript'

1
answer

The scrollbar of the audio player does not work

What am I doing wrong? It seems that the bar that controls the time of the audio does not work. Inside the script (I initialize variable seeking=false ): seekslider = document.getElementById("seekslider"); seekslider.addEvent...
asked by 08.06.2017 / 17:21
1
answer

javascript refresh the src of an iframe when it has an anchor

I have this javascript that changes the src attribute of an iframe when I click on a link (placing the id of that link as url. function changeFrame(newPage){ document.getElementById('myframe').src = newPage; } It works fine but in so...
asked by 08.06.2017 / 21:10
1
answer

icons with fontawesome do not load css styles in android browsers

I have these icons that look good on PC but Android does not take styles. also an image in parallax does not appear and the menu does not appear, I'm using modernizr and I do not know if the error is here or in js .... the console tells me th...
asked by 08.06.2017 / 19:40
1
answer

I have a problem with ajax, it does not connect to the file that I specify

I have a index.php file that identifies a variable for get and with that variable it looks for the corresponding file /index.php ? i = login The index is in the main directory and the files of the pages are in the folder page...
asked by 14.05.2017 / 19:15
0
answers

Change style with JS from visibility: hidden to visibility: visible - Problem

Hi, I have a webapp that connects to an API and pulls out a series of data. That's right, everything works. The problem comes when I put all the divs (or the majority) in visibility: hidden with the intention of making them visible once a...
asked by 14.05.2017 / 10:16
2
answers

Create a specific style by means of the render () of the zebra form

This is my code: //Todos los permisos a contratar a continuacion, y todos ellos vendran como no mostrados // Permisos del area social y sus partes $form->add('label', 'label_SOCIAL', 'SOCIAL', 'ÁREA SOCIAL'); //contactos $form->add('...
asked by 16.05.2017 / 12:32
1
answer

Edit HTML of a different document .html

Good morning, I am trying to make an innerHTML to an HTML that is not from which the function has been called. I hope that the code is better understood. function ventana_cargada() { var ventanaPadre = window.opener; console....
asked by 13.05.2017 / 18:57
1
answer

Show modal while downloading file

I have a button whose function is to download a file, however this process is sometimes very long and the ideal is to show a message of "loading" while the file is generated, but when using ajax = "false I can not use the functions onStar...
asked by 12.05.2017 / 21:24
1
answer

result confirm to PHP

Hello, I'm having the following problem. In a PHP file I have ... echo($strconfirm ="<script>confirm('Registro repetido!!!');</script>"); if ($strconfirm == true){ echo "Selecciono si"; }else{ echo "Selecciono NO"; } But it d...
asked by 12.05.2017 / 19:26
2
answers

Why do not I upload the values of the css in my index?

this is my index. *{ margin:0 auto; width: 960px; } p{ color:red; } body{ background-color: #FAF8EF; color: #776E65; font-size: 16px; } #tiempo{ padding: 5px; margin: 2px; border-radius: 2px; border-style:solid; height: 40px; wi...
asked by 17.05.2017 / 02:23