ChrisB: javascript:NachOben() aus Iframe mit doctype strict

Beitrag lesen

Hi,

if (window.pageYOffset) {
    y = window.pageYOffset;
  } else if (document.body && document.body.scrollTop) {
    y = document.body.scrollTop;

Hat jemand einen Hinweis?

http://de.selfhtml.org/javascript/objekte/window.htm#page_y_offset

MfG ChrisB

--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]