All Posts Made in
May 2005

unload Events in Safari

Matt Midboe @ 04 May 2005 :: Front-End Development :: comments (10)

Generally I avoid unload event handlers because their behavior is poorly defined. However, I found myself working on a project that necessitated their use. Despite my best efforts, Safari 1.3 (312) and 2.0 (412) appear to ignore my unload event handlers. PPK has made mention of the problem. I’ve found one technique that gets the unload to fire in Safari. (more…)