faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

26 of 28 people (93%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

How do I break out of a frameset without getting a tranfer interrupted message?

Mar 1st, 2000 21:27
Martin Honnen, Gautam Dee,


If the location is changed while a document loads you get the transfer 
interrupted message. If you can afford to wait till the document is 
completely loaded then use
  <BODY ONLOAD="if (window != top) top.location.href = 
window.location.href;">