close this if ..its already posted/// ![]()
for non overlay proffy, use JS extension.
blinking title bar:
function titlebar(val)
{
var msg = "Your message here";
var speed = 500;
var pos = val;
var msg1 = " ****** "+msg+" ******";
var msg2 = " ------- "+msg+" -------";
if(pos == 0){
masg = msg1;
pos = 1;
}
else if(pos == 1){
masg = msg2;
pos = 0;
}
document.title = masg;
timer = window.setTimeout("titlebar("+pos+")",speed);
}
titlebar(0);Dynamic title Bar
<!-- Begin
var message = new Array();
// Set your messages below -- follow the pattern.
// To add more messages, just add more elements to the array.
message[0] = "Xiruki tepe";
message[1] = "ei...";
message[2] = "welcome here";
message[3] = "wassup?";
message[4] = "thanks 4 visiting";
message[5] = "comment pls..";
message[6] = "mwah...";
// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).
var reps = 2;
var speed = 200; // Set the overall speed (larger number = slower action).
// DO NOT EDIT BELOW THIS LINE.
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doTheThing() {
T = message[mC];
A();
}
function A() {
s++;
if (s > 8) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = '||||||====||| '+T+' -----'; }
if (s == 2) { document.title = '|||=|||===||| '+T+' -----'; }
if (s == 3) { document.title = '|||==|||==||| '+T+' -----'; }
if (s == 4) { document.title = '|||===|||=||| '+T+' -----'; }
if (s == 5) { document.title = '|||====|||||| '+T+' -----'; }
if (s == 6) { document.title = '|||===|||=||| '+T+' -----'; }
if (s == 7) { document.title = '|||==|||==||| '+T+' -----'; }
if (s == 8) { document.title = '|||=|||===||| '+T+' -----'; }
if (C < (8 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doTheThing();
}
}
doTheThing();
// End -->for overlay users... kindly use... this tag,
<script type="text/javascript"></script>
credits: hs scripts
Last edited by ---xXirukiTepe--- (2009-02-22 00:39:58)
|
^wow sis... thanks for repu
and comment.
haha.. tc ol.
|

wat a cool add on . pluzzzz 4 ur work

|

kyaa~~
dear..!!thnx..foe sharing
|
thnx people... haha
Last edited by ---xXirukiTepe--- (2008-08-04 10:34:39)
|

tezzzted its workingg 100 % lol

|
|
lilyan wrote:
Thanks For Sharing Sis...
thanks sis 
|

cool ! thanks for sharin 

|

lolve it both sis

|
|
|

|
^ thanks archerie. wow... ur always adoring my works... 
|

|
|
newbie here.where should i put this?
|