try { alert(top.frames[1]) } catch(ex) { alert("Exception: " + ex); }
try { top.frames[1].location = "http://www.google.com/" } catch(ex) { alert("Exception: " + ex); }