I would like to programmatically set the default file name when I print from Internet Explorer 11.
In Firefox and Chrome this works fine by setting "document.title=my preferred filename" but in IE it uses the URL of the page as the default print file name and ignores document.title.
Is there another way to programmatically set the print file name in IE?