Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS configuration for AJAX

Status
Not open for further replies.

topub

Programmer
Jun 6, 2006
42
US
Hi everyone,

I started AJAX... as with everything, I am stuck in the starting troubles..

I read the tutorials at w3schools.... got the code for server side and client side scripts. But for some reason the IIS I have doesn't communicate with the browser in XML objects.

[The code is exactly like from w3schools]

So the question is... is there any configuration or any thing to be done in IIS for it to work?
and is any set-up required from browser side too?

[I was under the impression that AJAX doesn't require any browser set up, but for my firefox broswer throws an error "Your browser doesnt support HTTP request"]

any ideas are appreciated,
_ub
 
XMLHttp is different in the two browsers. Are you sure you are using the GetXmlHttpObject function from the lesson named AJAX Browsers?

Tom Morrison
 
thanks Tom.

Yes, I copied the code. But doesnt work.

Do you happen to have a sample code that works.
[ASP-IIS - server side]

thanks,
_ub
 
Check my answer near the bottom of this thread: thread1600-1279263

The book has downloadable samples, and about the first thing that was done in Chapter 2 was cross-browser support.

Tom Morrison
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top