Web Administration Steps
Aquire logo
Contact Us Partner Login

WORKFORCE PLANNING & MANAGEMENT  
Strategic Alliances

Accenture logo

OrgPublisher logo

Organizational Charting
and Reporting

Unifi logo

Workforce Planning
and Management

Unifi M&A Portal 

Improve Merger and Acquisition Results with Unifi.

Also download our flash video explaining in-depth how Unifi can help your company with M&A related challenges.

VIEW NOW



Web Administration ActiveX Control - Steps

Edit the line in the HTML file that defines the location of the cabinet file. This needs to be changed to point to the location of the file on YOUR server.

For example:

JS Example (if you are using V8 or above)

function ReplaceContent(){
document.write('<object id="OPRemoteClient" name="OrgPublisherRemoteClient"')
document.write('classid="clsid:CA6E98D7-DD4F-464D-A117-CEA960908062"')
document.write('codebase="http://www.Aquire.com/codebase8/WebAdm_English.cab#Version=8,0,1561,1"')
document.write('align="middle" border="0" width="100%" height="100%">')
document.write('<param name="_Version" value="65536">')
document.write('<param name="_ExtentX" value="17110">')
document.write('<param name="_ExtentY" value="8431">')
document.write('<param name="_StockProps" value="0">')
document.write('<param name="ServerURL" value="HTTP://TV110/opweb">')
document.write('<param name="ChartFile" value=""></object>')
}

Is changed to:

function ReplaceContent(){<br>
document.write('<object id="OPRemoteClient" name="OrgPublisherRemoteClient"')
document.write('classid="clsid:CA6E98D7-DD4F-464D-A117-CEA960908062"')
document.write('codebase="http://www.myserver.com/codebase8/WebAdm_English.cab#Version=8,0,1561,1"')
document.write('align="middle" border="0" width="100%" height="100%">')
document.write('<param name="_Version" value="65536">')
document.write('<param name="_ExtentX" value="17110">')
document.write('<param name="_ExtentY" value="8431">')
document.write('<param name="_StockProps" value="0">')
document.write('<param name="ServerURL" value="HTTP://TV110/opweb">')
document.write('<param name="ChartFile" value=""></object>')
}



HTML Example (if you are using versions prior to V8):

<object id="OPRemoteClient" name="OrgPublisherRemoteClient"
classid="clsid:CA6E98D7-DD4F-464D-A117-CEA960908062" align="middle" border="0" width="100%" height="100%"
codebase="http://www.Aquire.com/codebase70/webadm_c.cab#Version=8,0,1561,1"
<param name="_Version" value="65536">
<param name="_ExtentX" value="17110">
<param name="_ExtentY" value="8431">
<param name="_StockProps" value="0">
<param name="ServerURL" value="HTTP://DEV1/beta578">
<param name="ChartFile" value="">
</object>

Is changed to:

<object id="OPRemoteClient" name="OrgPublisherRemoteClient"
classid="clsid:CA6E98D7-DD4F-464D-A117-CEA960908062" align="middle" border="0" width="100%" height="100%"
codebase="http://www.myserver.com/codebase70/webadm_c.cab#Version=8,0,1561,1"
<param name="_Version" value="65536">
<param name="_ExtentX" value="17110">
<param name="_ExtentY" value="8431">
<param name="_StockProps" value="0">
<param name="ServerURL" value="HTTP://DEV1/beta578">
<param name="ChartFile" value=""></object>


   
  Products   Services   Downloads   Support   Partners   About   Customers   Site Map