Hi,
I am using ActiveXobject as
var xp = new ActiveXObject(" WPrint.PrintCtl ");
in my JSP application.
I have heard that using ActiveXobject may be dangerous for my application as i am using Bluetooth mode of commmunication. Can anyone tell me why ActiveXobject is dengerous ?
Regards:
Rohit Kumar
I am using ActiveXobject as
var xp = new ActiveXObject(" WPrint.PrintCtl ");
in my JSP application.
I have heard that using ActiveXobject may be dangerous for my application as i am using Bluetooth mode of commmunication. Can anyone tell me why ActiveXobject is dengerous ?
Regards:
Rohit Kumar
Comment