ka js ku semu filenya terpisah...
coz gag tau harus ngurutiinnya gmn....
jadii gmn donkz.....
truzz apak aplikasi dibawah ini harus dilakukan untuk menyimpan file js cera beraturan :
[quote]BAGIAN A
//onload handler
function onProfileLoad() {
//addboxes here
BAGIAN B
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else var ul=document.getElementById("2").parentNode.parentNode;
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}
BAGIAN C
Bagian A adalah tempat dimana kalian bisa menempatkan beberapa JS seperti :
arrow JS Injection
arrow CSS Injection (baik itu separate CSS ataupun randomize CSS)
arrow Force Log In
arrow YM Status
arrow Loading Page
arrow Block Viewer Script
Bagian B atau disebut juga onloader/onload handler adalah dimana kalian bisa menempatkan semua variabel JS sebagai addBox kalian seperti :
arrow Marquee variabel
arrow CBOX
arrow More Friends
arrow Flash MP3, Imeem, dst
arrow Slide Photo Gallery
arrow Flash Clock, Flash Slide, Flash Guestbook
arrow Search Box
arrow Navigation Box
Bagian C adalah dimana kalian bisa menempatkan beberapa JS seperti :
arrow Welcome & Goodbye Alert
arrow Silent No Right Click
arrow Main Nav Flash
arrow CP Buttons Flash
arrow Main Pic Flash or .gif
arrow Marquee status bar (atas dan bawah)
arrow Customized Header Names
arrow Customized Profile Data
arrow Mini Viewer[/quote]
saya bingungnya disanah..
sedangakn file js saya semuanya terpisah ...
dan .....acak"an ...
apa iang saya harus lakukan