> > > That does make sense. Thanks Mike. > > However, any idea why it works fine with a regular <A> link? In the > example link I provided, the link in there also has a TARGET to the > same element and the response from the server is also XML. Yet, that > one works fine... >
The link works because the click handler returns false and so the target is completely ignored. The entire XML response doc is never inserted into the document, rather Taconite processes it as expected. Mike