<body onload="init()">
<script>
function init()
{
if (!parent.wentBack)
setTimeout(function() {window.location.href = 'history-back-within-subframe-url-3.html';}, 0);
}
</script>
frame 2
</body>
<body onload="init()">
<script>
function init()
{
if (!parent.wentBack)
setTimeout(function() {window.location.href = 'history-back-within-subframe-url-3.html';}, 0);
}
</script>
frame 2
</body>