پيام در نوار وضعيت ثابت loplop کاربر برنزی | تعداد پست ها : 349 | تاریخ عضویت : دی 1389 پيام در نوار وضعيت ثابت <SCRIPT LANGUAGE="JavaScript"> <!-- // Following COPYRIGHT ©1997 Dennis & Family. All Rights Reserved. function snapIn(jumpSpaces,position) { var msg = "Welcome to My Homepage!"; var out = ""; for (var i=0; i<position; i++) { out += msg.charAt(i) } for (i=1;i<jumpSpaces;i++) { out += " " } out += msg.charAt(position); window.status = out; if (jumpSpaces <= 1) { position++; if (msg.charAt(position) == ' ') { position++ } jumpSpaces = 100-position } else if (jumpSpaces > 3) { jumpSpaces *= .09 } else { jumpSpaces-- } if (position != msg.length) { var cmd = "snapIn(" + jumpSpaces + "," + position + ")"; window.setTimeout(cmd,10); } return true } //--> </SCRIPT> </textarea></font></p> <p align="center"> </p> <p align="center"><span lang="fa"><font color="#ff0000" face="Traditional Arabic" size="5">پيام در نوار وضعيت فلاش زدن</font></span></p> <p align="center"><font color="#ff0000" size="5"><textarea dir="ltr" style="width: 172px; font-family: Traditional Arabic; height: 45px;" name="S77" rows="1" cols="26"><script language="JavaScript"> <!-- /* MjM'S JAVA CODENAME = FLASH This JavaScript Code was written by MjM for Hyperchat UK I am not responsible for any damage caused by my code. This code can be modified as long as the Author's Name is still attached. Email : MjM@hyperchat.co.uk © Copyright 1996 */ var yourwords = "Thank you for visiting my site!"; var speed = 150; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash();",speed); } // --> </script> </textarea></font></p> <p align="center"><span lang="fa"><font color="#ff0000" face="Traditional Arabic" size="5">تبليغ پرشيان بلاگ رو حذف ميكنه</font></span></p> <p align="center"><font color="#ff0000" size="5"><textarea dir="ltr" style="width: 172px; font-family: Traditional Arabic; height: 45px;" name="S78" rows="1" cols="26"><SCRIPT LANGUAGE="JScript"> function removeAdv() { try { var divtags=document.all.tags('div') for(i=0;i<divtags.length;i++) if((divtags[i].style.zIndex==2000)|(divtags[i].style.zIndex==2001)) divtags[i].innerHTML='<table width="100%" align="right"><tr><td><font face="Tahoma" size="2" color="gray">Nazanin Studio</font></td></tr></table>' if((divtags[i].style.zIndex==1000)|(divtags[i].style.zIndex==1001)) divtags[i].innerHTML='<table width="100%" align="right"><tr><td><font face="Tahoma" size="2" color="gray">Nazanin Studio</font></td></tr></table>' } catch (e) {} } setInterval('removeAdv()',1000); </script> </textarea></font></p> <p align="center"><span lang="fa"><font color="#ff0000" face="Traditional Arabic" size="5">با عث تغيير رنگ پس زمينه با يك دكمه ميشه</font></span></p> <p align="center"><font color="#ff0000" size="5"><textarea dir="ltr" style="width: 172px; font-family: Traditional Arabic; height: 45px;" name="S79" rows="1" cols="26"><HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function backcolor(form) { temp = "" for (var i = 0; i < 16; i++) { temp = form.color[i].value if (form.color[i].checked){ document.bgColor = temp } } } function randombackground() { document.bgColor = getColor() } function getColor(){ currentdate = new Date() backgroundcolor = currentdate.getSeconds() if (backgroundcolor > 44) backgroundcolor = backgroundcolor - 45 else if (backgroundcolor > 29) backgroundcolor = backgroundcolor - 30 else if (backgroundcolor > 15) backgroundcolor = backgroundcolor - 16 if (backgroundcolor == 0 ) return "olive"; else if (backgroundcolor == 1 ) return "teal"; else if (backgroundcolor == 2 ) return "red"; else if (backgroundcolor == 3 ) return "blue"; else if (backgroundcolor == 4 ) return "maroon"; else if (backgroundcolor == 5 ) return "navy"; else if (backgroundcolor == 6 ) return "lime"; else if (backgroundcolor == 7 ) return "fuschia"; else if (backgroundcolor == 8 ) return "green"; else if (backgroundcolor == 9 ) return "purple"; else if (backgroundcolor == 10 ) return "gray"; else if (backgroundcolor == 11 ) return "yellow"; else if (backgroundcolor == 12 ) return "aqua"; else if (backgroundcolor == 13 ) return "black"; else if (backgroundcolor == 14 ) return "white"; else if (backgroundcolor == 15 ) return "silver"; } // End --> </SCRIPT> <!-- STEP TWO: Put this form in the BODY of the HTML document --> <BODY> <CENTER> <FORM> <input type="button" value="Get Another Random Background" onClick="randombackground()"> </FORM> </CENTER> <!-- Script Size: 2.00 KB -->