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.