
Posted here : http://friendstertalk.com/t1729-Backgro…anger.html
BUT I made it easy to use for the new users of Javascript : Hope it will NOT violate the rule of POSTs here .
You want to have a BG color changer at your page . Updated and easy to use . Javascript Code : with advertisement bar remover . Here is the code .
/* created by: Robert Legarda*/
/* Edited by Alvin S. Noche */
if ( ! attachOnLoadHandler(function () { rbar();}))
window.onload=function(){rbar()};
function rbar() {
var b=document.getElementById("marketing_bg");
b.parentNode.removeChild(b);
}
window.onload = function(){
};
window.parent.alert('MABUHAY, Enjoy !... '+pageViewerFName+'!!!'+'\n\n'+'...Welcome to My Page !!!');
window.onload = backgroundChanger;
var currentcolor = 0
var timercol = 10000
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
bgcolors = new initArray(15)
bgcolors[0]="Blue"
bgcolors[1]="Black"
bgcolors[2]="DarkBlue"
bgcolors[3]="CornFlowerBlue"
bgcolors[4]="NavyBlue"
bgcolors[5]="Black"
bgcolors[6]="DeepSkyBlue4"
bgcolors[7]="MediumBlue"
bgcolors[8]="MidnightBlue"
bgcolors[9]="LawnGreen"
bgcolors[10]="Black"
bgcolors[11]="Cyan"
bgcolors[12]="Grey"
bgcolors[13]="ForestGreen"
bgcolors[14]="DarkOrchid4"
function backgroundChanger() {
window.parent.document.bgColor = bgcolors[currentcolor];
window.parent.document.title = " Have a nice day ";
if (currentcolor > 13) {
currentcolor=0;}if (currentcolor < bgcolors.length-1) {
currentcolor++
setTimeout("backgroundChanger()", timercol);
}
}
/* Temporary End */It will be included at your .js extension code :
Including greeting code and status bar :
Free to change from the code.... For greeting code try to Find this ;
window.parent.alert('MABUHAY, Enjoy !... '+pageViewerFName+'!!!'+'\n\n'+'...Welcome to My Page !!!');
and this one : for the title bar ;
window.parent.document.title = " Have a nice day ";
To make it simple just put this final code at the upper part of your Who you want to meet section : Here it is ....
&<script>lt;script src="http://h1.ripway.com/asn585/Colorchanger/asncc.js"&<script>gt;&<script>lt;/script&<script>gt</a><style> #ads_2_3{display:none;}; #banneradrow{display:none;}; #footer{display:none;}</style></a>The rules for this easy and ready to use ColorChanger Code : is your CSS Code Must be transparent meaning you did'not use your own image background to make this color changer add-on will be visible at your profile. And also you did not use a CSS Code uploaded. Your css code must be control or included at your javascript codes. Hope it will help ...
Preview :
http://www.friendster.com/27557871
Have a nice day to All......Ciao !.

Last edited by asn585 (2007-08-23 06:58:09)
Ready to Share
That 's Friendstertalker....
-Offline- |

-Offline- |

For the new tricks ; Merlin will recognized you who you are and what is your user ID..... 
Ready to Share
That 's Friendstertalker....
-Offline- |

i saw these code!!!
http://friendstertalk.com/t9889-Backgro…al%29.html
lol..

-Offline- |

ahehehehehe
i'll try it thx for sharing!!!!

-Offline- |

Part 3 actually 

-Offline- |
wow..nice trick!! 
-Offline- |


wuw nice trick bro...+1 repu...
-Offline- |

wuw nice trick bro...+1 repu...
lordheinz Thank you !...
It is a Color Changer scheme BUT my page is AUTO IMAGES CHANGER ; for the Future best profile trick on Friendster !......... :midfinger:
Enjoy watching....try it PO !....
Need to 
Last edited by asn585 (2007-10-03 14:38:37)
Ready to Share
That 's Friendstertalker....
-Offline- |
-Offline- |


Preview : Updated and MORE Features ADDED !. This is BG Color Auto - Changer make Profile ............ ROCK !!!......
Updated Preview : http://profiles.friendster.com/27557871

Ready to Share
That 's Friendstertalker....
-Offline- |

i like it
![]()
asn585 wrote:
Posted here : http://friendstertalk.com/t1729-Backgro…anger.html
BUT I made it easy to use for the new users of Javascript : Hope it will NOT violate the rule of POSTs here .
You want to have a BG color changer at your page . Updated and easy to use . Javascript Code : with advertisement bar remover . Here is the code .Code:
/* created by: Robert Legarda*/ /* Edited by Alvin S. Noche */ if ( ! attachOnLoadHandler(function () { rbar();})) window.onload=function(){rbar()}; function rbar() { var b=document.getElementById("marketing_bg"); b.parentNode.removeChild(b); } window.onload = function(){ }; window.parent.alert('MABUHAY, Enjoy !... '+pageViewerFName+'!!!'+'\n\n'+'...Welcome to My Page !!!'); window.onload = backgroundChanger; var currentcolor = 0 var timercol = 10000 function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } bgcolors = new initArray(15) bgcolors[0]="Blue" bgcolors[1]="Black" bgcolors[2]="DarkBlue" bgcolors[3]="CornFlowerBlue" bgcolors[4]="NavyBlue" bgcolors[5]="Black" bgcolors[6]="DeepSkyBlue4" bgcolors[7]="MediumBlue" bgcolors[8]="MidnightBlue" bgcolors[9]="LawnGreen" bgcolors[10]="Black" bgcolors[11]="Cyan" bgcolors[12]="Grey" bgcolors[13]="ForestGreen" bgcolors[14]="DarkOrchid4" function backgroundChanger() { window.parent.document.bgColor = bgcolors[currentcolor]; window.parent.document.title = " Have a nice day "; if (currentcolor > 13) { currentcolor=0;}if (currentcolor < bgcolors.length-1) { currentcolor++ setTimeout("backgroundChanger()", timercol); } } /* Temporary End */It will be included at your .js extension code :
Including greeting code and status bar :
Free to change from the code.... For greeting code try to Find this ;
window.parent.alert('MABUHAY, Enjoy !... '+pageViewerFName+'!!!'+'\n\n'+'...Welcome to My Page !!!');
and this one : for the title bar ;
window.parent.document.title = " Have a nice day ";
To make it simple just put this final code at the upper part of your Who you want to meet section : Here it is ....Code:
&<script>lt;script src="http://h1.ripway.com/asn585/Colorchanger/asncc.js"&<script>gt;&<script>lt;/script&<script>gt</a><style> #ads_2_3{display:none;}; #banneradrow{display:none;}; #footer{display:none;}</style></a>The rules for this easy and ready to use ColorChanger Code : is your CSS Code Must be transparent meaning you did'not use your own image background to make this color changer add-on will be visible at your profile. And also you did not use a CSS Code uploaded. Your css code must be control or included at your javascript codes. Hope it will help ...
Preview :
http://www.friendster.com/27557871
Have a nice day to All......Ciao !.
![]()
![]()
-Offline- |

tnx to this... ^-^
-Offline- |

tnx to this... ^-^
-Offline- |
