|
|
||||||
|
#1
|
|
|
|
|
I work for a large antivirus company and am very new to the whole concept of
AJAX. I have a pretty good understanding of what it is (javascript and XML). However, after doing tons of online research, I am still wondering if AJAX sites still use the WSH to interpret all javascript that is passed from the server back to the client, no matter how incrementally? The reason that I ask is that I read a magazine article on AJAX and it made mention of a javascript 'engine' that displays the application and communicates with the server. Does this 'engine' take the place of or bypass the WSH in any way? Thanks in advance, Steve |
|
|
|
#2
|
|
|
|
|
No sites use the WSH. That's WScript on
Windows. Script online is processed through the browser. AJAX is still the same basic scripting. The difference is that it uses the HTTPRequest object to transfer text data after the page is loaded, allowing for dynamic updating (like with google maps) that makes the webpage nominally interactive. [..] |
|
#3
|
|
|
|
|
" tons of online research"
3 Pounds are $21.55 at USPostal Service Your figurative speech to be answered. ================== You are a non starter on his way to a LOSER "stephcraw" <stephcraw> wrote in message news:914a [..] |
|
#4
|
|
|
|
|
stephcraw wrote:
> I work for a large antivirus company and am very new to the whole concept of > AJAX. I have a pretty good understanding of what it is (javascript and XML). > However, after doing tons of online research, I am still wondering if AJAX > sites still use the WSH to interpret all javascript that is passed from the > server back to the client, no matter how incrementally? > The reason that I ask is that I read a magazine article on AJAX and it made > mention of a javascript 'engine' that displays the application and > communicates with the server. > Does this 'engine' take the place of or bypass the WSH in any way? If you use JScript or VBScript in Windows Script Host (WSH) or in a HTML application (HTA) or in Internet Explorer (in a HTML document) or in ASP then it is always the same Active Scripting engines Microsoft provides. I am not sure why you think WSH has any role if you use script in a HTML document in IE. IE and WSH and ASP are different hosts for the same scripting engine. |
|
#5
|
|
|
|
|
Thank You.
"Martin Honnen" <mahotrash> wrote in message news:4148 >> stephcraw wrote: > > > I work for a large antivirus company and am very new to the whole concept of [..] |
|
#6
|
|
|
|
|
Hi,
Plenty of articles, tutorials available at http://www.ajaxtoday.com for more info. - Rafiq http://www.ajaxtoday.com "stephcraw" wrote: [..] |
|
#7
|
|
|
|
|
I would not even dare to speak competently about ajax accomplishments.
----------------- Hover the "name" was used in the fifties by the CIA for bad things happened. Also ajax is the "Mr. Clean" cultural anthropological consumer products's determining factor European (brand) a.k.a. "Meister Proper". Hope thar helped. "ajaxtoday" <ajaxtoday> wrote in message news:5d8f > Hi, > Plenty of articles, tutorials available at [..] for > more info. > > - Rafiq > [..] > > "stephcraw" wrote: > > > I work for a large antivirus company and am very new to the whole concept of [..] |
|
|
| Similar Threads | |
| Anyone scraping dynamic AJAX sites? Hello. Is there anyone who has successfully found a way to scrape a dynamically generated AJAX web site? If I view the source, it gives me the variables. If I use Firebug... |
|
| AJAX Mash-up Sites? My research I did a while ago showed there was no possibility to get web page content from a third-party website with AJAX only, without using a server side technology. Now I... |
|
| possible to getSelection from AJAX sites? Is it possible to get highlighted text on an AJAX style website using javascript? I'm writing a bookmarklet for Firefox and it works for regular pages and framed-pages but... |
|
| Problem in accessing sites having ajax I have an open IP and on that IP our main application is hosted. it uses ajax. in web.config file i have register ajax handlers. there are also other sites or project on that... |
|
| IE7 does not work with AJAX sites Hello. As a developer, i'd like to make this suggestion. It seems that IE7 Beta 2 has a problem recognizing XHTML sites, and any site that incorporates AJAX. I could not even... |
|
|
All times are GMT. The time now is 11:59 AM. | Privacy Policy
|