Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Fri Sep 08, 2006 9:50 am Post subject: |
|
|
Yes, you can add a Banner, and place HTML with this code :
<script>
var mtool=null;
function DocumentComplete(tool)
{
mtool=tool;
}
function OpenSide(url)
{
if(mtool)
{
if(mtool.Explorer)
{
mtool.Explorer.parentWindow.open(url,'_search');
}
}
}
</script>
<html>
<body style="margin:0">
<A href="javascript:OpenSide('http://www.besttoolbars.net')" >Create Sidebar</a>
</body>
</html> |
|