From: Mayayana on 17 Apr 2010 10:32 It would be better to ask javascript questions in the jscript group. HTAs can use VBS or JS, but your code sample is JS. For those of us who don't use JS there's no way to know whether you have a syntax error. |I have the following in a HTA script. We use Office Communicator which gives us this object. | | <script language="JavaScript"> var nameCtrl = new ActiveXObject("Name.NameCtrl");</script> | <span onmouseover="call nameCtrl.ShowOOUI('sip:user.name(a)mydomain.com',0,parent.offsetLeft,parent.offsetTop)">Hoover here</span> | | However I cannot get the hoover like I can in Internet Explorer (using the same code). | It gives an error: | Object doesn't support this property or method: 'parent.offsetLeft' | | | -- | -- HAL07, Engineering Services, Norway
|
Pages: 1 Prev: substring and error - why? Next: Is scripting what I need? |