On Tue, 2005-06-28 at 11:03 -0700, Gregor J. Rothfuss wrote: > Lee Carroll wrote: > > > The site tree is hard core java script. Is XMLHttpRequest the future! > > Great stuff (why not async on the gets ?) > > josias?
Well, honestly I didn't spend too much time on thinking which way would be better, sync or async. I think I used sync requests because the hourglass appears and the user know they have to wait a little. If I recall correctly I also had some problems getting async requests to work correctly on some browsers. Lee, do you think async requests are better? Can you explain why? Thanks, Josias > > > Anyway, XMLHttpRequest is fine over https turns out the problem was with > > the site tree images (+ - etc). The parameter IMAGE_PATH > > was causing a http request. I appended "https://servername" on to the > > IMAGE_PATH string in root.xslt. > > > > I'm a little worried by the hard coding is there a better way ? > > this should honor the settings in publication.xconf (especially the > proxy stuff) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
