Estoy teniendo problemas con el window.location.href en internet explorer. No me direccion la pagina.
Lo puse en una funcion
<a href="javascript
:;" onClick="cambiarIdioma(2)">
function cambiarIdioma()
{
window.location.href = "http://www.google.com.py";
}
En firefox funciona perfectamente y lo probe con window.location.href y location.href.
Alguien sabe como redireccionar el IE?