[Proto-Scripty] get html fragment by Ajax.Request but no css applied by Web Browser

2012-06-12 Thread santino83
Hello, I'm trying to load an xhtml fragment inside a div. I'm using Ajax.Request to do this. so I have two pages: 1) Main.html 2) Ajax_Called.html in Main.html I have all the css needed by my code, and all works ok. When I load the Ajax_Called.html page, the source code of this page (only an

Re: [Proto-Scripty] get html fragment by Ajax.Request but no css applied by Web Browser

2012-06-12 Thread Walter Lee Davis
On Jun 12, 2012, at 12:20 PM, santino83 wrote: Hello, I'm trying to load an xhtml fragment inside a div. I'm using Ajax.Request to do this. so I have two pages: 1) Main.html 2) Ajax_Called.html in Main.html I have all the css needed by my code, and all works ok. When I load the