31/12/2010, 08:06
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 12
Antigüedad: 14 años Puntos: 0 | |
Respuesta: Problemas con JavaScript Amigos, aunque no recibi un comentario, les comento que pude solucionar el inconveniente y les adjunto la solucion en JavaScript... Solucion
function CambiaEmpresa(vEmp){
objEmpresa = document.getElementById("empresa");
objEmpresa.value= vEmp;
//document.getFormById("frmFinancieros_v2").submit() ;
showLoading($('contenidoPrincipal'));
newlink = document.getElementById("link_v2");
elForm = document.getElementById("frmFinancieros");
elForm.action = newlink.value
document.frmFinancieros.value = elForm.action
showLoading($('contenidoPrincipal'));
document.frmFinancieros.submit();
return true;
}
un saludo grande a todos y que esten bien |