// Cross browser compatable redirect window.location.href = url; // Short hand not supported by all browsers window.location = url; // Set the location of the topmost window of the current window. top.location = url;