Flashcard (Front and Back)

Front (Question)

Javascript: How do you get the the horizontal and vertical scrollbar position

Back (Answer)

window.pageXOffset / window.pageYOffset - non I.E. browsers

document.body.scrollLeft / scrollTop - I.E. without DOCTYPE declaration

document.documentElement.scrollLeft / scrollTop - I.E. with DOCTYPE declaration



Memory Work Out Sessions use brain research to accelerate and improve memorization. Automatically scheduled daily review drills ensure sure you don't forget.





or Find more than 100,000 other things to learn

Educators and Trainers:

Tour YoYoBrain's resources for learning and teaching
Previous Card See the whole card set Next Card


Comments:

Other flashcards from Client-Side JavaScript :
What is the global object in client-s...       How do you grab an array of all the f...       How do you access the forms on a web ...       How do you embed JavaScript code in a...       How do you refer to a JavaScript in a...       Javascript: How can you get browser ...       Javascript: what is the trick to dyn...       How do you hide a script from old bro...       Javascript: Event handler that is fi...       Javascript: events that handle mouse ...       Javascript: Events that handle mouse...       Javascript: Event that is triggered ...       Javascript: what event is triggered ...       How do you turn on conditional JavaSc...       What is the same origin policy for br...       Javascript: function to periodically...       Javascript: Replacing the current pa...       Javascript: function to cancel period...       Javascript: Syntax to change the cur...       Javascript: Property to read/write t...       Javascript: Property to give/set the...       Javascript: Function to cancel timer...       Difference between document.location ...       Javascript: Property to grab/set the...       Javascript: Function to schedule a f...       Javascript: How do you move multiple...       Javascript: How do you move the wind...       Javascript: How do you find the over...       Javascript: How do you get the posit...       Javascript: How do you get the size ...       Javascript: How do you get the the h...       What is the difference between screen...       Javascript: How do you access inform...       Where do you find the simple name of ...       Javascript: Where do you find the st...       Javascript: Where do you find the ha...       Object with properties about user's b...       Javascript: how do you open/close a ...       Javascript: How do you move a browse...       Javascript: How do you resize the br...       Javascript: How do you bring and rem...       Javascript: How do you get the docum...       How do you make a certain page elemen...       Javascript: how do you move browser ...       Javascript: Three methods for giving...       Javascript: How do you set global er...       Window property that refers to Window...       Javascript: Window property that ref...       Javascript: How can you determine if...       Javascript: technique to refer to an...       What is the 4 basic evolutionary step...       Javascript: What happens when you ru...       Method like document.write but adds a...       Javascript: property that gives acces...       Javascript: Property that allows web...       Javascript: property that has time of...       Javascript: Property that contains l...       Javascript: Property of HTML page ti...       Javascript: difference between docume...       Legacy DOM way of grabbing array of a...       Legacy DOM way of grabbing array of a...       Javascript: Legacy DOM way of grabbi...       Javascript: Legacy DOM way of grabbi...       Legacy DOM way of grabbing array of a...       Javascript: how do you assign/refer t...       Javascript: what happens when you hav...       Javascript: Property of any DOM node...       Javascript: Properties that refer to...       Properties that refer to next / previ...       Property that refers to the parent of...       Javascript: Methods for adding / rem...       Javascript: Method for replacing a D...       Javascript: Method for inserting an ...       Property that tells you what type of ...       Property that represents the root ele...       3 basic methods to get value, set val...       What is the alternative to getAttribu...       Javascript: Way to query if browser ...       What is non-standard about IE's handl...       Javascript: Method to grab all the e...       Javascript: Method to grab an elemen...       Javascript: Method to grab any eleme...       Javascript: Standard property that r...       Javascript: Method to allow appendin...       Javascript: Method that allow you to...       Javascript: method that allows you to...       Javascript: Method that allows you t...       Javascript: Syntax to create a new d...       What is the purpose of DocumentFragme...       How do you create a DocumentFragment       Javascript: How do you create a text...       Javascript: Non-standard property th...       3 ways to determine the text that has...       Firefox properties to find start and ...       How do you access / set the class att...       Javascript: 2 ways to refer to an HT...       What is an I.E. 6 quirk about the CSS...       When you use the .style property of a...       What is the naming convention in Java...       How do you refer to CSS attribute flo...       What is wrong with e.style.left = 700;       Javascript: What is wrong with e.st...       Javascript: W3C standard for finding...       What is I.E. alternative to getComput...       Javacript: Thing to remember when se...       Property in JavaScript that can be us...       Javascript: how do you grab an array ...       Javascript: Property to grab the rul...       Property for a CSSRule object that gi...       Javascript: Property for CSSrule obj...       Property for CSSRule object that desc...       Javascript: methods for dynamically ...       Javascript: What event is triggered ...       Javascript: What events are triggere...       Javascript: What event is triggered ...       What 2 events handle mouse click / do...       Javascript: What 3 events handle key...       Javascript: What 2 events are run wh...       2 events for mouse button being press...       Javascript: Event triggered when mou...       Javascript: 2 events for when mouse ...       Javascript: 2 events for form submis...       Javascript: Event for when window si...       Javascript: Event for when text is s...       3 ways to assign event handler in pre...       Javascript: Difference between invok...       DOM Level 0 method for preventing the...       Javascript: Syntax for referencing t...       What is the scope of code in a DOM 0 ...       Difference in DOM level 0 defining of...       Javascript: What is different betwee...       Javascript: How can event bubbling u...       Javascript: When does the default br...       Syntax for adding event handlers in D...       Javascript: method to remove an event...       DOM Level 2 event for image loading i...       DOM Level 2 event for element gaining...       DOM Level 2 event for element losing ...       DOM Level 2 event for element being c...       DOM Level 2 event for error occuring       Javascript: DOM Level 2 event for fo...       Javascript: Event property that give...       Javascript: Event property that give...       Javascript: event property that gives...       3 phases of events and property of Ev...       Javascript: Event property that reve...       Javascript: Event property for mouse...       Javascript: 4 Boolean fields for mou...       Javascript: mouse event properties th...       Javascript: Mouse event properties t...       During a mouseover how to get the nod...       During a mouseout event how do you ge...       How do browsers handle registering ev...       What is the difference between Event ...       IE 6 Event model property that indica...       What is the diference in button prope...       IE 6 Event model property that gives ...       What key does I.E. 6 model not suppor...       IE 6 Event model property that give k...       Javascript: What function should be ...       IE 6 Event model property that gives ...       IE 6 Event model property that gives ...       IE 6 Event model property that allows...       IE 6 Event model property that preven...       IE 6 Event model way of adding / remo...       IE 6 Event model way of capturing mou...       Javascript: What event gets called in...       Quirk with IE 6 event model while usi...       What causes a memory leak in IE 6 eve...       Quirk in IE 6 about when keypress eve...       Firefox event property for the keydow...       Javascript: Firefox event property f...       IE 6 event property that gives inform...       DOM Level 2 way of creating a synthet...       DOM Level 2 way of initializing an ev...       DOM Level 2 way of dispatching a synt...       I.E. 6 event model way of creating a ...       I.E. 6 event model way of triggering ...       Javascript: How do you grab an array...       Javascript: Form method for submitti...       Javascript: When you call the submit...       What property of form input elements ...       Javascript: What are the types for t...       Javascript: How do you avoid using t...       Javascript: Form element property to...       Javascript: Form element property to...       Javascript: Form element property to...       Javascript: How can you create a new ...       Issue with using <fieldset> ele...       What is the affect of the path attrib...       Javascript: What would you need to s...       Javascript: How can you create a coo...       Javascript: How can you force the co...       Javascript: syntax to add a transien...       Javascript: What values aren't allow...       Javascript: How do you create a cook...       Javascript: When writing a cookie ho...       Javascript: When you read a cookie w...       3 parts to scripting a HTTP request w...       Standard way to create an XMLHttpRequ...       How do you create an XMLHttpRequest o...       Once an XMLHttpRequest has been creat...       How do you change the XMLHttpRequest ...       Javascript: After XMLHttpRequest obj...       How do you grab the text of the serve...       Javascript: How do you grab the text...       Javascript: How do you grab the HTTP...       Javascript: What is the event handle...       What property of XMLHttpRequest objec...       Javascript: How do you cancel an asy...       Define JSON       How do you create an empty XML Docume...       How do you create an XML Document in ...       Javascript: How can you load an XML ...       How would you parse an XML document f...       How would you parse a XML document fr...       HTML: What technology is used to tra...       What object provides XSLT api in Mozi...       What objects provides XSLT api in IE ...       How is XML serialization done in Mozi...       How is XML serialization done in IE b...       What is ECMAScript in JavaScript      





App_store_badge
What's new | About Us | Privacy Policy | Copyright Policy | Contact Us

Copyright 2007-2012 YoYoBrain.com

Managed By W3mg