<script type="text/javascript"> function doLogout() { parent.location = 'nueva_pagina.html'; } window.onload = function() { doLogout(); } </script>