[quote=melanie.cute52]roobinhood
ok dech jadi repotin nich,he....he...he.....
http://profiles.friendster.com/64091772[/quote]
nahhh,
coba gini,
kk kan udah pake fungsi ini
[quote]function onProfileLoad() {
}[/quote]
coba code nya di masukin disitu
jadi begini
[quote]function onProfileLoad() {
var mp2 ="<div align='center'>[b]CODE HTML BUAT MUSIC[/b]</div>";
addBox("LEFT",""+pageOwnerFName+"'s Music Box",mp2,"mp3","6");
var time = "<br>"+
"<div align=\"center\"><embed src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode=\"transparent\" quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></div>"+
"<br>"+
"<div align=\"center\"><img src=\"http://www.wieistmeineip.de/ip-address/\" border=\"0\" width=\"125\" height=\"125\" alt=\"IP\" /></div>"+
"<br>";
addBox("LEFT",""+pageOwnerFName+"'s Clock",time,"jamku",null);
}[/quote]
dan bagian yang saya bold tadi,
itu diganti sama music box punya kk sendiri
ALL,
mo nanya nich
kok script saya yang kek gini
gak bisa jalan yah ?
[spoiler]/*
Neon Lights Text
By JavaScript Kit (
http://javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit
http://www.dynamicdrive.com
*/
var message="Welcome To SmarterDOS's Profile"
var neonbasecolor="black"
var neontextcolor="green"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font size="5" color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()[/spoiler]
Last edited by robbinhood (2008-06-29 21:04:35)