I am having a problem getting helper applications (specifically Citrix) to run under OS X. They work under windows but not on a MAC. I need to better understand how this stuff works and maybe why a Mac browser is different. Helper application defintions include the mime type application/x-ica. Where does this come into play with respect to html tags? A browser will launch the application on OS X if I use IIS on the Citrix machine which has a link to an 'asp' file. Unfortunately, I cannot see the source for that 'asp' page but it must be doing something different that the browser understands (it obviously is telling the browser about the MIME type because the browser asks me if it can launch application/x-ica). It is that diffence that I need to understand.
Here are the details of what doesn't work:
I have a link on a page with the href:
What I expect to happen is for the browser to recognize the 'ica' file type and launch the citrix application. Instead the browser (any) simply displays the contents of the files in the borwser window as text. Shouldn't try to it download the file instead and ask the user to either save or open?
Can someone explain this behavior to me so I can modify my page to do the same thing the 'asp' page does? TIA.
Here are the details of what doesn't work:
I have a link on a page with the href:
What I expect to happen is for the browser to recognize the 'ica' file type and launch the citrix application. Instead the browser (any) simply displays the contents of the files in the borwser window as text. Shouldn't try to it download the file instead and ask the user to either save or open?
Can someone explain this behavior to me so I can modify my page to do the same thing the 'asp' page does? TIA.