To continue reading for free, register below or login
To read more you must become a member of SearchDomino.com
');
// -->

An XML-based way of doing what you want is the modern way. AJAX (Asynchronous JavaScript Technology and XML) is the current label for the kind of technology you're looking for. Basically this method uses the built-in functionality of the browser to retrieve an XML page and then process it.
Unfortunately, I have no personal experience using AJAX. However, here is a good example.
Also, here are some links for learning more about AJAX: |