ey guys, i need to redirect a page but when redirected it redirect to .... blehblehblehblehwww.myredirectedpage.com
<script>
function readress () {
window.top.location = "www.myredirectedpage.com";
}
</script>
<body>
<input id="resultado" type="button" name ="boton" value="" onclick="readress();"/>
</body>
thanks!