I have this XSLT that shows a list of people in a flash swf interactive map. The map is all loaded through XML which is fine. The problem I am having is there is a "printable version" button on the top right that outputs a text document of just the people ina list format.. When people click on this the breadcrumb does not change.. Anyway to do this or output it to a different page?
The loading of this is happening via ajax. If you want the bread crumbs to change you will have to chase down the function that is making the ajax call and work some jquery magic
Flash Output XML / Breadcrumb issue
Hi All,
I have this XSLT that shows a list of people in a flash swf interactive map. The map is all loaded through XML which is fine. The problem I am having is there is a "printable version" button on the top right that outputs a text document of just the people ina list format.. When people click on this the breadcrumb does not change.. Anyway to do this or output it to a different page?
Here is the code:
This is the part right here I am talking about:
Vince,
The loading of this is happening via ajax. If you want the bread crumbs to change you will have to chase down the function that is making the ajax call and work some jquery magic
is working on a reply...