Hi,
I'm having trouble with something that appears pretty straightforward!! That usually either means I've done something really stupid, or have seriously under-estimated the effort required to get this working!!![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Anyway I have created a COM Class in VB.net so that it can be invoked in an HTML page. This class can raise events - using :
so I have created a callback function using Javascript to listen for the events being fired :
after previously invoking the COM Class as NavListener as an HTML Object earlier in the code.
I don't get any error messages - but I also don't get any events fired.
I can't find anything on the web for this particular scenerio so any help would be really useful.
I'm having trouble with something that appears pretty straightforward!! That usually either means I've done something really stupid, or have seriously under-estimated the effort required to get this working!!
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Anyway I have created a COM Class in VB.net so that it can be invoked in an HTML page. This class can raise events - using :
Code:
Public Event PolicyInfo(ByVal status As String)
Code:
function NavListener::PolicyInfo(Status)
{}
after previously invoking the COM Class as NavListener as an HTML Object earlier in the code.
I don't get any error messages - but I also don't get any events fired.
I can't find anything on the web for this particular scenerio so any help would be really useful.