|
I am not overly familiar with Soap, but I am not sure how server side XML translations is going to help you, as it still requires a page load.
Depending on how browser independant you need it to be, you may want to look at innerHTML and DIV. You can do some amazing things with a DIV layer with Internet Explorer, but it quickly gets limiting as you branch out. From what I read you can setup an innerHTML script that works for IE and anything newer than netscape 4 (works in netscape 4 but very buggy). Basically how it works is that without reloading the page you can re-write the HTML inside of an element, in this case a DIV.
Cul
|