Last edited by bles_212000 (2007-11-06 08:29:31)
[/quote]
Try this.. Just change ur slide code..
[quote]var flashPhoto;
try {
flashPhoto = document.createElement("<style type=text/css>");
}catch(e) {
flashPhoto = document.write("<style type=text/css>div.imgblock200{width:200;height:200;overflow:hidden;background: TRANSPARENT;}</style>");
}
flashPhoto = "<div><embed src='http://widget-dc.slide.com/widgets/slideticker.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='site=widget-dc.slide.com&channel=[b]YOUR SLIDE ID[/b]&cy=be&il=1' width='200' height='200' name='flashticker' align='middle'/></div>";
getDivElements("imgblock200",document.getElementById("content_controlpanel_1_1"),"div")[0].innerHTML=flashPhoto;
function getDivElements(divClass,getId,tagName) {
var classElements = new Array();
if ( getId == null )
getId = document;
if ( tagName == null )
tagName = '*';
var esle = getId.getElementsByTagName(tagName);
var esleLength = esle.length;
var pattern = new RegExp("(^\s*|\s*$)" + divClass + "(\s|[\$]*?)");
for (i = 0,a = 0;i < esleLength;i++) {
if (pattern.test(esle[i].className)) {
classElements[a] = esle[i];
a++;
}
}
return classElements;
}[/quote]
Last edited by bles_212000 (2007-11-06 09:31:12)
I tried sir feruzz original post and roysmith's codes as posted above but no luck
<">
I tried sir feruzz original post and roysmith's codes as posted above but no luck
<">[/quote]
Post ur tracker.txt here or send me pm so I can see.
[/quote]
you didnt follow my instruction in the 1st post
put [b]BACKSLASH --> ( \" )[/b] in your HTML code
this is your code....
<">[hr]
[b]@roysmith[/b]
that code is my old code...
but I suggest use my new update code
thanks
Last edited by levisornothing (2007-11-07 01:25:42)
thanks to the makers! Last edited by bles_212000 (2007-11-07 03:05:46)
[/quote]
Happy that I have helped u... Am a also learning bro...
[/quote]
you didnt follow my instruction in the 1st post
put [b]BACKSLASH --> ( \" )[/b] in your HTML code
this is your code....
<">[hr]
[b]@roysmith[/b]
that code is my old code...
but I suggest use my new update code
thanks
[/quote]
Ok bro... noted...