Hi,

I'm trying to use the body tag onscroll event to trap the page coordinates (IE) so that when my page reloads I can return the page to the last known position.


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

If I remove the above doctype declaration the event fires but doesn't with it in.

Does anyone have any idea why and is there a workaround?

Cheers Al