da CarlitoGil » sab ott 31, 2009 1:21 pm
I have a script that creates a dialog with an ActiveX browser
WB.Interf.document.body.tagName
returns 'BODY'
so WB.Interf is good and ready
WB.Infert gives access to window, so WB.interf.alert should work like window.alert, it doesn't
How do I call my JScript functions?
I have a script that creates a dialog with an ActiveX browser
[b]WB.Interf.document.body.tagName[/b]
returns 'BODY'
so [b]WB.Interf[/b] is good and ready
[b]WB.Infert[/b] gives access to [b]window[/b], so [b]WB.interf.alert[/b] should work like [b]window.alert[/b], it doesn't
How do I call my JScript functions?