xmlI have this line in my HTML:
<a href="test.xml" target="_blank">Click here</a>
When the user click:
- In safari/IE: the xml file opened in new tab (undesirable behavior)
- In other browsers: the XML file is download to the user's computer.
My question:
How can I force the IE/safari to download the xml file like all other browser?
No comments:
Post a Comment