P
Peter
I have the following code which works fine in IE6 and IE7 and FireFox, but
when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe.
We don't have IE7 on Citrix so I can't try it.
<span id="ShowReport" disabled="disabled"
style="display:inline-block;height:1200px;width:880px;">
<div>
<iframe src=../../WsiLogo.gif> <frame src=../../WsiLogo.gif>
<embed src=../../WsiLogo.gif> </iframe>
</div>
</span>
I know little about Citrix and our Citrix admin knows little about HTML, so
between two of us we know nothing.
Does anyone have any suggestions on how to fix this?
Thank You
Peter
when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe.
We don't have IE7 on Citrix so I can't try it.
<span id="ShowReport" disabled="disabled"
style="display:inline-block;height:1200px;width:880px;">
<div>
<iframe src=../../WsiLogo.gif> <frame src=../../WsiLogo.gif>
<embed src=../../WsiLogo.gif> </iframe>
</div>
</span>
I know little about Citrix and our Citrix admin knows little about HTML, so
between two of us we know nothing.
Does anyone have any suggestions on how to fix this?
Thank You
Peter