Anyone have any luck using the BrowserHawk ActiveX/COM object with Tango?
How would I go about integrating it with Tango? Is there a process to calling COM ojbects in Tango?
In ASP, which I'm trying to move away from, the call to set up the object is as follows...
<%
// Create Object Instance
var bh = Server.CreateObject("cyScape.browserObj");
// Pass in some set-up parameters
bh.SetExtProperties("cookie_both, JavascriptEnabled");
bh.GetExtProperties(0,"bgcolor=white");
//Retreive properties from object
var newProp = bh.CookiesEnabled;
%>
The DLL is in the web sites directory root level.
Can this be translated into an external object call? If so, what goes where?
I would have bought the JavaBean version first if we had initially developed in Tango but we started out in ASP so I'm stuck with the COM version.
Any suggestions would be appreciated.
