I have a framed site (i cannot change this), when i redirect out of my site using
window.location
to one of our other sites it inserts the page into the main frame such that the other frames still exist.
I do not want this, the page must completely change to the different website. How can i do this using.
javascript/php/jquery
Use
window.top.locationto change the top frame’s (main page’s) location.