• load a.html in iframe
  • notice alert box triggered by onload event of the iframe element
  • load b.html in iframe
  • notice alert box triggered by onload event of the iframe element
  • repeat to prove onload is also triggered for cached pages
  • press the back-button: notice absence of alert box, although content of iframe changes