[jQuery] Re: Problems with load() in IIS?

2009-10-16 Thread Scogle
, it will a be converted to a POST. Do you think that's > what's happening? > Unless your .html file has be configured to do server-side processing, > I don't think it's necessary to POST data to a .html file. > > On Oct 15, 10:55 am, Scogle wrote: > > &g

[jQuery] Re: Problems with load() in IIS?

2009-10-15 Thread Scogle
POST) VERB > > On Oct 12, 3:42 pm, James wrote: > > > It sounds like a server setup issue. What is the file type/extension > > of the file that you're trying to load()? You have to set up the > > server so that the GET (and maybe POST) VERY is allowed for that

[jQuery] Problems with load() in IIS?

2009-10-12 Thread Scogle
I'm working on a project that uses the load() function to grab data from external files, but I keep getting a "405 Method Not Allowed" error and the data won't load. I'm wondering if this is a problem with the server or if it's a sloppy mistake on my part. Any help would be greatly appreciated.