XMLHttpRequest
We have been using a hidden iframe as the mechanism to send request to server in the background. Here is potentially a better way: XMLHttpRequest. It is supported on IE 5+, Mozilla and Apple's Safari. When we have time, we should investigate whether it simplifies our client-side coding.
<< Home