SteeleR
02-28-2008, 10:05 AM
i got this script code:
window.open("../files/word.doc");
when executing this script in FF all works fine and a download box is lunched but in IE7 it just opens a window that disappears in a sec without allowing to download the file.. Any ideas how to fix that.. or how to create a dynamic download-luncher...
Thanks beforehand..
window.open("../files/word.doc");
when executing this script in FF all works fine and a download box is lunched but in IE7 it just opens a window that disappears in a sec without allowing to download the file.. Any ideas how to fix that.. or how to create a dynamic download-luncher...
Thanks beforehand..