Help Center
Local Navigation
- About this guide
- Supported JavaScript APIs
- BlackBerry extension APIs
- Object: blackberry
- Object: blackberry.launch
- blackberry.launch methods
- Method: blackberry.launch.launchCamera()
- Method: blackberry.launch.launchVideoRecorder()
- Method: blackberry.launch.launchVoicemail()
- Method: blackberry.launch.newAppointment()
- Method: blackberry.launch.newContact()
- Method: blackberry.launch.newMap()
- Method: blackberry.launch.newMemo()
- Method: blackberry.launch.newSMS()
- Method: blackberry.launch.newPhoneCall()
- Method: blackberry.launch.newTask()
- JSON Object: Address
- Object: blackberry.location
- Canvas 2D rendering context API
- Core API
- Object: Attr
- Object: CDATASection
- Object: CharacterData
- Object: Comment
- Object: Document
- Object: DocumentFragment
- Object: DocumentType
- Object: DOMException
- Object: DOMImplementation
- Object: Element
- Object: Entity
- Object: EntityReference
- Object: NamedNodeMap
- Object: Node
- Object: NodeList
- Object: Notation
- Object: ProcessingInstruction
- Object: Text
- CSS and stylesheets API
- Object: Counter
- Object: CSSCharsetRule
- Object: CSSFontFaceRule
- Object: CSSImportRule
- Object: CSSMediaRule
- Object: CSSPageRule
- Object: CSSPrimitiveValue
- Object: CSSRuleList
- Object: CSSRule
- Object: CSSStyleDeclaration
- Object: CSSStyleRule
- Object: CSSStyleSheet
- Object: CSSUnknownRule
- Object: CSSValue
- Object: CSSValueList
- Object: MediaList
- Object: Rect
- Object: RGBColor
- Object: StyleSheet
- Object: StyleSheetList
- Events API
- Geolocation API
- HTML API
- Object: HTMLAnchorElement
- Object: HTMLAppletElement
- Object: HTMLAreaElement
- Object: HTMLBRElement
- Object: HTMLBaseElement
- Object: HTMLBaseFontElement
- Object: HTMLBodyElement
- Object: HTMLButtonElement
- Object: HTMLCanvasElement
- Object: HTMLCollection
- Object: HTMLDListElement
- Object: HTMLDirectoryElement
- Object: HTMLDivElement
- Object: HTMLDocument
- Object: HTMLElement
- Object: HTMLFieldsetElement
- Object: HTMLFontElement
- Object: HTMLFormElement
- Object: HTMLFrameElement
- Object: HTMLFrameSetElement
- Object: HTMLHRElement
- Object: HTMLHeadElement
- Object: HTMLHeadingElement
- Object: HTMLHtmlElement
- Object: HTMLIFrameElement
- Object: HTMLImageElement
- Object: HTMLInputElement
- Object: HTMLIsIndexElement
- Object: HTMLLIElement
- Object: HTMLLabelElement
- Object: HTMLLegendElement
- Object: HTMLLinkElement
- Object: HTMLMapElement
- Object: HTMLMenuElement
- Object: HTMLMetaElement
- Object: HTMLModElement
- Object: HTMLOListElement
- Object: HTMLObjectElement
- Object: HTMLOptGroupElement
- Object: HTMLOptionElement
- Object: HTMLOptionsCollection
- Object: HTMLParagraphElement
- Object: HTMLParamElement
- Object: HTMLPreElement
- Object: HTMLQuoteElement
- Object: HTMLScriptElement
- Object: HTMLSelectElement
- Object: HTMLStyleElement
- Object: HTMLTableCaptionElement
- Object: HTMLTableCellElement
- Object: HTMLTableColElement
- Object: HTMLTableElement
- Object: HTMLTableRowElement
- Object: HTMLTableSectionElement
- Object: HTMLTextAreaElement
- Object: HTMLTitleElement
- Object: HTMLUListElement
- Offline applications API
- Range API
- Storage API
- Thread API
- Traversal API
- Window API
- Object: Location
- Object: MimeType
- Object: MimeTypeArray
- Object: Navigator
- Object: Plugin
- Object: PluginArray
- Object: Screen
- Object: Selection
- Selection properties
- Selection methods
- Method: Selection.addRange()
- Method: Selection.collapseToEnd()
- Method: Selection.collapseToStart()
- Method: Selection.collapse()
- Method: Selection.deleteFromDocument()
- Method: Selection.getRangeAt()
- Method: Selection.removeAllRanges()
- Method: Selection.removeRange()
- Method: Selection.selectAllChildren()
-
Object: Window
- Window properties
- Window event handlers
- Window methods
- Method: window.alert()
- Method: window.back()
- Method: window.blur()
- Method: window.close()
- Method: window.confirm()
- Method: window.find()
- Method: window.focus()
- Method: window.forward()
- Method: window.home()
- Method: window.moveBy()
- Method: window.moveTo()
- Method: window.open()
- Method: window.print()
- Method: window.prompt()
- Method: window.resizeBy()
- Method: window.resizeTo()
- Method: window.scrollBy()
- Method: window.scrollTo()
- Method: window.scroll()
- Method: window.stop()
- XML API
- XMLHttpRequest API
- BlackBerry extension APIs
- Document revision history
- Glossary
- Provide feedback
- Legal notice
BlackBerry Manuals & Help
>
Developer Documentation
>
BlackBerry Browser
>
JavaScript Reference
BlackBerry Browser - 6.0
Search This Document
Object: XMLHttpRequest
The XMLHttpRequest object enables you to transfer data to and from the server without reloading or replacing the current document.
To make an HTTP request, you create the instance of the object, open a URL, and send the request. The HTTP status code of the result, as well as the result document are available in the request object afterwards.
Because it allows you to communicate with a server in the background, the XMLHttpRequest object enables you to create extremely dynamic documents.
Document revision history
Next topic: Glossary
Previous topic: XMLHttpRequest API