J
jef
I have a page (I call FileDownload" that intitiates a download of the
filename passed to it. I called it from another page via javascript:
window.open("FileDownload?file=blahblh");
it works fine but opens a blank browser window when it pops up the
download dialog (my target browser is IE).... someone suggested I use
an Iframe on the calling page so the blank browser window doesn't
appear. So i created a hidden frame on the page, but can't figure out
how to make it work..
I've tried both:
Iframe.src="FileDownload?file=blhablahb";
and
Iframe.location.href="FileDownload?file=blahb";
neither work...
I've tried to load other pages and that doesn't work eiither... so I
dont' think it has anything to do with the FileDownload page.
any help is appreciated.
filename passed to it. I called it from another page via javascript:
window.open("FileDownload?file=blahblh");
it works fine but opens a blank browser window when it pops up the
download dialog (my target browser is IE).... someone suggested I use
an Iframe on the calling page so the blank browser window doesn't
appear. So i created a hidden frame on the page, but can't figure out
how to make it work..
I've tried both:
Iframe.src="FileDownload?file=blhablahb";
and
Iframe.location.href="FileDownload?file=blahb";
neither work...
I've tried to load other pages and that doesn't work eiither... so I
dont' think it has anything to do with the FileDownload page.
any help is appreciated.