hey ez! i thought you already have this code about [b]Addmanisidebox script[/b] just put this in your tracker...
[quote]if ( ! attachOnLoadHandler(function () { loadBox();}))
window.onload = function () { loadBox();};
function loadBox() {
[b]var getObj="<div align='center' style='width:550px; height:400px; border: 4px #ffffff groove;'><iframe src='http://h1.ripway.com/ezil2k7/iframe/mainframe.htm' frameborder='no' width='100%' height='100%'></iframe></center></div>";
addMainSideBox("User-friendly Websites",getObj,"obj","reviews_1_4");[/b]
}
function addMainSideBox(header,cont,id,target) {
var tb = document.getElementById(target).parentNode;
var divid="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+header+"</h2>"+
"<div id='content_"+id+"'>"+
cont+
"</div>"+
"</div>";
var obj = document.createElement("li");
obj.innerHTML=divid;
tb.appendChild(obj);
}[/quote]
[b]istaline[/b] thanks but after all it still a basic
Last edited by cip6192 (2007-08-12 17:12:41)