Download Problem
I have a link in my .jsp to a .wrf (WebEx) file.
<a href="http://localhost/b2b/mimes/demo.wrf">
<isa:translate key="b2b.home.link"/>
</a>
When I click on the link the File Download window will flash on the screen. if I click on the link enough the File Download window will eventually stay on the screen. When the File Download window stays on the screen I click Save. The Save As window displays and I choose what to save the file as and where. The File Download window appears to begin saving the file but makes no progress.
Can anyone tell me what is wrong? I just want a link on my .jsp to open/save the file when clicked.
Thanks,
DeltaCoder

