N
nbarwig
Hello, I have an issue I am having difficulty diagnosing..
In short, I have a asp page that generates only xml output for use
with an ajax application. On the last step of my process a simple xml-
word document is generated and displayed in a new window (or iframe).
The asp document is called with several querystring elements to
produce the document.
In IE7, when the document is returned from the server a Open/Save
dialog is presented. Here is where things get weird.. Occasionally the
filename will appear as expected, 'callproc.xml', however the majority
of the time the filename will appear as '...param1=00000¶m2=abcd'.
This causes IE to fail opening or saving the document.
The XML being generated is valid and when saved will open with Word as
expected without error. I have also defined the content-type as text/
xml.
Questions:
1. How can I consistently get the returned xml document to appear
correctly without the querystring as part of the file name?
2. Is there anyway to avoid the Open/Save dialog when requesting an
XML document?
Any help on this will be greatly appreciated!
In short, I have a asp page that generates only xml output for use
with an ajax application. On the last step of my process a simple xml-
word document is generated and displayed in a new window (or iframe).
The asp document is called with several querystring elements to
produce the document.
In IE7, when the document is returned from the server a Open/Save
dialog is presented. Here is where things get weird.. Occasionally the
filename will appear as expected, 'callproc.xml', however the majority
of the time the filename will appear as '...param1=00000¶m2=abcd'.
This causes IE to fail opening or saving the document.
The XML being generated is valid and when saved will open with Word as
expected without error. I have also defined the content-type as text/
xml.
Questions:
1. How can I consistently get the returned xml document to appear
correctly without the querystring as part of the file name?
2. Is there anyway to avoid the Open/Save dialog when requesting an
XML document?
Any help on this will be greatly appreciated!