Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Design
forum.
We're giving away four copies of
Experimentation for Engineers: From A/B testing to Bayesian optimization
and have David Sweet on-line!
See
this thread
for details.
Win a copy of
Experimentation for Engineers: From A/B testing to Bayesian optimization
this week in the
Design
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
In javascript, window.XMLHttpRequest: what this statement says?
yuvaraj KumarAmudhan
Ranch Hand
Posts: 110
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can anybody clearly define the meaning of this statement? i was roaming into some books but i could not get a clear idea about this statement.
David Newton
Author
Posts: 12617
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It doesn't really say much of anything; it's a reference to the XMLHttpRequest object.
When I type "window.XMLHttpRequest" into a web search I get a *ton* of related, relevant material--what specifically do you want to know?
yuvaraj KumarAmudhan
Ranch Hand
Posts: 110
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks. whether the 'window' represents browser window?
Bear Bibeault
Sheriff
Posts: 67699
173
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
window
is the browser's way of abstracting the browser window, and it also serves as the "global" object in any page.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Urgent Java interview question 6+ yrs exp.
Exercise Problem...
regarding listeners
How to submit a null in radio button
How to update a database using web forms
More...