chusteczka
Diamond Member
Question:
Is there a way to set up an external URL on an internal webpage within the Citrix Metaframe that will open a new browser window from the local client, thereby external from the company intranet and outside of the Citrix Metaframe?
For example, my company has IE6 installed on the Citrix Metaframe. I have IE7 installed on my local client system. If I click on an external URL from within Citrix, how can I have this external URL open in IE7 from my local client system rather than IE6 within the Citrix Metaframe?
I am not certain if this is an HTML coding issue or a Citrix networking issue but suspect it is a Citrix issue.
Problem:
My company uses a proprietary web application through Citrix to allow clients to query their data on our database and run reports. We are currently creating a dashboard application to provide a graphical snapshot of the client's current data. One of the tabs for this dashboard will include external resource URL's.
It is our desire to provide these URL's in an <a href=""> html link but there is concern about security since these links are external from our company's intranet and would allow an external web application to open within a frame of our internal dashboard.
It is possible to provide the TARGET modifier to the html link to allow the external web application to open in a new browser window, separately from our internal dashboard.
<A HREF="slide2.html" TARGET=_blank>slide 2.</A>
However, since this application is accessed exclusively through Citrix, any external web application would still be accessed from a browser within our Citrix metaframe. Thereby creating a possible security issue with external applications accessing the internal company intranet.
Thank you for your help.
Is there a way to set up an external URL on an internal webpage within the Citrix Metaframe that will open a new browser window from the local client, thereby external from the company intranet and outside of the Citrix Metaframe?
For example, my company has IE6 installed on the Citrix Metaframe. I have IE7 installed on my local client system. If I click on an external URL from within Citrix, how can I have this external URL open in IE7 from my local client system rather than IE6 within the Citrix Metaframe?
I am not certain if this is an HTML coding issue or a Citrix networking issue but suspect it is a Citrix issue.
Problem:
My company uses a proprietary web application through Citrix to allow clients to query their data on our database and run reports. We are currently creating a dashboard application to provide a graphical snapshot of the client's current data. One of the tabs for this dashboard will include external resource URL's.
It is our desire to provide these URL's in an <a href=""> html link but there is concern about security since these links are external from our company's intranet and would allow an external web application to open within a frame of our internal dashboard.
It is possible to provide the TARGET modifier to the html link to allow the external web application to open in a new browser window, separately from our internal dashboard.
<A HREF="slide2.html" TARGET=_blank>slide 2.</A>
However, since this application is accessed exclusively through Citrix, any external web application would still be accessed from a browser within our Citrix metaframe. Thereby creating a possible security issue with external applications accessing the internal company intranet.
Thank you for your help.