I have a page that has an embedded iframe doing ajax requests.... when i click on a link i want the new link to open up in the main window and not the iframe which it is doing right now... i tried doing this in javascript
window.parent.location.href = url of link
doesnt work... anyone out there with a better idea to do this???
also i need popups to appear onhover over the links...right now they get clipped by the main page....
thanks