Erik de Castro Lopo wrote: > Jeff Waugh wrote: > > > You might know this already, but worth mentioning to the crowd anyway: AJAX > > calls have similar security restrictions as Java applets - ie. you can only > > talk to the server the original page was served from. So if you wanted to > > integrate two systems (frontend and backend), you'd have to do some proxying > > to the C#/.NET backend system from the Linux/Drupal frontend web server. > > I didn't know that, so thanks, good to know.
It is possibly to serve the javascript as a separate file from the HTML isn't it? If thats the case the javasript can be served from the IIS abomination. Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo +-----------------------------------------------------------+ "The object-oriented model makes it easy to build up programs by accretion. What this often means, in practice, is that it provides a structured way to write spaghetti code." -- Paul Graham _______________________________________________ coders mailing list [email protected] http://lists.slug.org.au/listinfo/coders
