Webkit does not break out of frames!
Posted: Sat Nov 17, 2007 10:14 am
This code does not work correctly in Webkit 3.0.4 or earlier but it works fine in IE4.
Could someone please assist me in making Webkit not <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> me off please?
Code: Select all
if (top.location != location) {top.location.href = document.location.href;}