[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 scotto...@gmail.com wrote: Thanks, I'll look into that.  I had a feeling

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

2009-10-15 Thread Scogle
:53 pm, Scogle scotto...@gmail.com wrote: 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

[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.