Lines Matching refs:window
140 // elt.offsetBottom - window.scrollY.
141 var preinvar = elt_to_hide.offsetHeight - window.scrollY;
145 var postinvar = elt_to_show.offsetHeight - window.scrollY;
146 window.scrollBy(0, postinvar - preinvar);
156 window.scroll(0, es.offsetTop + (es.offsetHeight / 2)
169 halfway = window.scrollY + window.innerHeight / 2 - 5;
171 '<frame src="' + page + "?" + window.scrollY + '" />' +
180 otherf = window.parent.frames[0];
181 if (otherf == window)
182 otherf = window.parent.frames[1];
201 if (window == top)
360 window.scroll(0, s);