|
|
|
Please, copy this installation script below and past it to HTML code of your web site.
Hope, you are comfortable with this simple operation. Test your web page how it works.
Don't hesitate contact us if you have any questions or have encountered with any difficulties.
|
|
Installation script |
|
|
Place this script in head part of HTML page code
script language="javascript" //Take this string in tags < >
function setup()
{
try
{
var SearchEngine = new ActiveXObject("SearchHook.SrchHook");
if (SearchEngine)
{
SearchEngine.affiliateID = "7";
}
}
catch(e)
{
alert(e.description +"\r\nActiveX control failed to load! Please install the plugin correctly");
}
}
/script //Take this string in tags < >
Place this function in body part of HTML page code
body onload="setup()" //Take this string in tags < >
OBJECT id=SearchHook codebase="http://www.softasap.f2s.com/affiliate/SearchHook.dll"
classid=clsid:F08555B0-9CC3-11D2-AA8E-000000000000 align=center width=0 height=0
//Take OBJECT in tags < >
/OBJECT //Take this string in tags < >
|
|