Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/09/2016, 16:15
kaos_diego
 
Fecha de Ingreso: mayo-2006
Mensajes: 159
Antigüedad: 18 años
Puntos: 0
Exclamación Error de calendario en popup

Hola, tengo un error con la posición del calendario (dhtmlgoodies_calendar) al cargarlo dentro de un "POPUP".

Me funciona bien en la página pero cuando cargo el calendario dentro del popup, adjunto el link donde pueden verificarlo dándole click al boton "+" para abrir el popup y dentro activar el calendario..


http://servicios.qnet.com.pe/plantil...ion_bonos.html

Este es el codigo para la posicion del calendario:


function positionCalendar(inputObj)
{
calendarDiv.style.left = getleftPos(inputObj) + 'px';
calendarDiv.style.top = getTopPos(inputObj) + 'px';
if(iframeObj){
iframeObj.style.left = calendarDiv.style.left;
iframeObj.style.top = calendarDiv.style.top;
//// fix for EI frame problem on time dropdowns 09/30/2006
iframeObj2.style.left = calendarDiv.style.left;
iframeObj2.style.top = calendarDiv.style.top;
}

}





Gracias de antemano!

Diego Barrientos.