[jQuery] Re: Json post with mozilla

2009-06-16 Thread Rosa Spina
Thanks for answer. Yes, It's a post request for a page located on a different domain: from http://localhost:8080 to http://localhost:8081 (two tomcat istances). I know it's not allowed by cross domain rules, in fact I use Json for get requests, but I don't know how to do with post requests because

[jQuery] Re: How to post HTML data in jQuery using $.ajax() method?

2009-06-16 Thread Rosa Spina
brian ha scritto: Define "not working". That's a bit vague. Also, where are you calling your function from? Can you confirm that it is being called? Something like this might work for you: function PostHTMLContentTOServer() { $.ajax({ url: "MyData.aspx",