@ psycomagic
[quote]if (!attachOnLoadHandler(function() { primaryImg();})) window.onload = function() { primaryImg();};
function primaryImg() {
PRIMARYIMAGE.init();
}
if (typeof PRIMARYIMAGE == "undefined") { PRIMARYIMAGE = {}; }
PRIMARYIMAGE = {
HTML: [], sibling: [],
init: function() {
this.HTML = document.createElement("DIV");
this.HTML.innerHTML = "<img src='[b][color=#FF0000]
http://profiles.friendster.com/16122403[/color][/b]' />";
this.sibling = this.getModuleByClassName(/imgblock200/i)[0];
this.sibling.parentNode.replaceChild(this.HTML,this.sibling);
},
getModuleByClassName: function(sClass) {
var elm = [];
var els = document.getElementsByTagName("*") || document.all;
for (var j=0,k=els.length;j<k;j++) {
if (new RegExp(sClass).test(els[j].className))elm.push(els[j]);
}
return elm;
}
};[/quote]
itu yg tebal merah bukan url FS bro tapi url photo
contoh [url]http://i242.photobucket.com/albums/ff39/Donzy_2007/ciQta.gif[/url]
ato gini [url]http://photos.friendster.com/photos/00/68/56488600/1_897995777m.jpg[/url]
Last edited by Co_don SanAdH (2008-03-15 11:55:52)