vSphere

 View Only
  • 1.  Embedding VM Console in IE

    Posted Apr 29, 2010 03:44 PM

    I have been trying to embed a VM console in IE and I have been following http://kb.vmware.com/kb/1002342 to do this in IE.

    The problem I got is when it finishes connecting, it just shows blank black screen until I press F12 to bring the IE developer toolbar and it shows up and connects fine.

    Is there a solution for this problem that I could work with javascript?



  • 2.  RE: Embedding VM Console in IE

    Posted May 05, 2010 03:37 PM

    Okay,

    So it seems that the console display correctly when any change size is applied to the console such as when pressing f12 to bring the developer toolbar.

    To counter this problem, I use a delay javascript on modifying the console size after a second as such: setTimeout("mks.width = 1100;", 1000);

    This solves the problem