این هم یه عالمه کد جاوای باحال
بزار تو وبت حالشو ببر
گذاشتن عکس در پشت زمینه
اجرای موزیک در وبلاگ
ساعت دینامیکی < LANGUAGE="Java"> var timerID = null; var timerRunning = false; function stopclock () { if(timerRunning) clearTimeout(timerID); timerRunning = false; } function showtime () { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds() var timeValue = "" + ((hours >12) ? hours -12 :hours) timeValue += ((minutes < 10) ? ":0" : ":") + minutes timeValue += ((seconds < 10) ? ":0" : ":") + seconds timeValue += (hours >= 12) ? " P.M." : " A.M." document.clock.face.value = timeValue; // you could replace the above with this // and have a clock on the status bar: // window.status = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true; } function startclock () { // Make sure the clock is stopped stopclock(); showtime(); } > TEXT="ffffff"> پیغام باز شدن صفحه < LANGUAGE="Java"> > Bijariran و یه عالمه کد جذاب دیگه در ادامه مطلب نوشته های دیگران () نویسنده متن فوق: » کهکشان ( یکشنبه 87/5/27 :: ساعت 8:31 عصر ) »» کدهایی جالب کدقرار دادن لوگو فلش در وبلاگ : به جای Adress Of Flash Logo باید آدرس لوگوی خود رو بنویسید <center><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="Logo" src="Adress Of Flash Logo" swLiveConnect="true" allowAccess="samedomain" width="100" height="65" ></center> کد باکس برای قرار دادن کد لوگو در آن <center><textarea style="border: 1px none ; background-image:url("http://www.mihanblog.com/Files/InputBG.gif"); name="S1" rows="1" cols="10" dir="ltr" name="Logo_Code"> کد لوگو یا لینک خود رو اینجا بزارید </textarea></center> کد نمایش متن دلخاه به دور موس <!-- START OF Mouse Cursor Text Trailer DHTML --> <!-- SUMMARY BRIEF This DHTML will make a text message follow your cursor around the screen. You can change the message to say whatever you want. You can change the font face, color and size in the .trailersytle tag below. You can change the message in the java below that. Just look for the comment that says "Insert your personal message below." --> <!-- Put this portion of the inside of your <HEAD> tag --> <style> .trailerstyle { position: absolute; visibility: visible; top: -50px; font-size: 12px; font-family: Arial,Helvetica,Verdana; font-weight: bold; color: #000000; } </style> <> <!-- var x,y var step=20 var flag=0 // Insert your personal message below. // Important: Do NOT remove the space at the end of the sentence!!! var message=" www.msaeed.250free.com " message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function mousetrailer() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = ("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = ("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("mousetrailer()",30) } //--> </> <!-- Put this code inside of your <BODY> tag. --> <> <!-- for (i=0;i<=message.length-1;i++) { document.write("<span id="span"+i+"" class="trailerstyle">") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; //--> </> <!-- Lastly, insert the following into the <BODY> tag, itself, just like the example that follows. --> example: <body onLoad="mousetrailer()" style="width:100%;overflow-x:hidden;overflow-y:scroll"> <!-- END OF Mouse Cursor Text Trailer DHTML --> کد ایجاد لینک زیر شاخه ای <!-- This opens a separate window for the locations you give it. Pages are neat but pictures make a cool photo album. Change the attributes that read menubar=0,toolbar=0, etc... and Width & Height to meet your needs. Make sure you place the URL"s you want to go to and their names below.--> < language="Java"> <!-- Hide the from old browsers -- function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value,"main","menubar=1,toolbar=0,location=0,directories=0,status=1,copyhistory=0,width=235,height=235"); } //--> </> <CENTER> <FORM NAME="myform"> <SELECT NAME="dest" SIZE=1> <OPTION VALUE="http://www.msaeed.250free.com">CoffeeCup Software <OPTION VALUE="http://www.msaeed.250free.com">Too Much Coffee Man <OPTION VALUE="http://www.msaeed.250free.com">Netscape <OPTION VALUE="http://www.msaeed.250free.com">InfoSeek </SELECT> <P> <INPUT TYPE="BUTTON" VALUE="Go !" onClick="surfto(this.form)"> </FORM> </CENTER> نوشته های دیگران () نویسنده متن فوق: » کهکشان ( جمعه 86/10/28 :: ساعت 12:0 صبح ) »» کد نمایش پیام به صورت افکت کد یک منو بسیار زیبا <!-- START OF Drop Down DHTML --> <!-- SUMMARY BRIEFS This DHTML will create a drop down link box out of an ordinary link. VERY COOL!!!! The top portion of this goes above the <BODY> tag. The second portion goes where you want the drop down link box to be. --> <style> <!-- #wrapper{ position:relative; height:30px } #wrapper2{ position:absolute } #coffeemenu03{ filter:revealTrans(Duration=1.5,Transition=12) visibility:hide } --> </style></HEAD> <BODY> <ilayer id="coffeemenu01" height=35px> <layer id="coffeemenu02" visibility=show> <span id="wrapper"> <span id="wrapper2" onClick="dropit2();event.cancelBubble=true;return false"> <font face="Verdana"><b><a href="java:if(confirm("http://www.msaeed.250free.com/notthisbrowser.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?"))window.location="http://www.msaeed.250free.com/notthisbrowser.html"" tppabs="http://www.msaeed.250free.com/notthisbrowser.html">Click Here To Navigate</a></b></font> </span> </span> </layer> </ilayer> < language="Java1.2"> var enableeffect=true var selection=new Array() selection[0]="<font face="ARIAL BLACK"><a href="http://www.msaeed.250free.com">Order Our Stuff</a><br>" selection[1]="<a href="http://www.msaeed.250free.com">Contact Us via E-mail</a><br>" selection[2]="<a href="http://www.msaeed.250free.com">Help With Our Items</a><br>" selection[3]="<a href="http://www.msaeed.250free.com">Products We Have</a><br>" selection[4]="<a href="http://www.msaeed.250free.com">Services We Offer</a><br></font>" if (document.layers) document.coffeemenu01.document.coffeemenu02.visibility="show" function dropit2(){ if (document.all){ coffeemenu03.style.left=document.body.scrollLeft+event.clientX-event.offsetX coffeemenu03.style.top=document.body.scrollTop+event.clientY-event.offsetY+18 if (coffeemenu03.style.visibility=="hidden"){ if (enableeffect) coffeemenu03.filters.revealTrans.apply() coffeemenu03.style.visibility="visible" if (enableeffect) coffeemenu03.filters.revealTrans.play() } else{ hidemenu() } } } function dropit(e){ if (document.coffeemenu03.visibility=="hide") document.coffeemenu03.visibility="show" else document.coffeemenu03.visibility="hide" document.coffeemenu03.left=e.pageX-e.layerX document.coffeemenu03.top=e.pageY-e.layerY+19 return false } function hidemenu(){ if (enableeffect) coffeemenu03.filters.revealTrans.stop() coffeemenu03.style.visibility="hidden" } function hidemenu2(){ document.coffeemenu03.visibility="hide" } if (document.layers){ document.coffeemenu01.document.coffeemenu02.captureEvents(Event.CLICK) document.coffeemenu01.document.coffeemenu02.onclick=dropit } else if (document.all) document.body.onclick=hidemenu </> <div id="coffeemenu03" style="position:absolute;left:0;top:0;layer-background-color:#C0C0C0;background-color:#C0C0C0;width:200;visibility:hidden;border:2px solid black;padding:0px"> < language="Java1.2"> if (document.all) coffeemenu03.style.padding="4px" for (i=0;i<selection.length;i++) document.write(selection[i]) </> </div> < language="Java1.2"> if (document.layers){ document.coffeemenu03.captureEvents(Event.CLICK) document.coffeemenu03.onclick=hidemenu2 } </> <!-- END OF Drop Down DHTML --> کد نمایش پیام به صورت افکت1 <!-- START OF Message Reader DHTML --> <!-- SUMMARY BRIEFS This DHTML will cycle through 4 different text links. You can adjust the text and links below to meet your webpage. IMPORTANT Make suer that this body tag is included in your webpage. It activates the Message Reader. --> <body onload="if (document.all||document.layers) {regenerate2();update()}"> <style> <!-- #msgline{ position:relative; layer-background-color:black; width:400; height:12; } #msgtext{ background-color:black; position:absolute; border: 1px solid black; width:400; height:12; } .msgtextfont{ font:bold 16px Arial; postition:absolute; left:5px; text-decoration:none; color:white; } .msgtextfont a{ color:white; text-decoration:none; } --> </style> <div id="msgline"> <div id="msgtext" class="msgtextfont">Starting Messages...</div> </div> < language="Java1.2"> var speed=4000 var news=new Array() news[0]="<a href="http://www.msaeed.250free.com">First line of text....</a>" news[1]="<a href="http://www.msaeed.250free.com">Second line of text....</a>" news[2]="<a href="http://www.msaeed.250free.com">Third line of text....</a>" news[3]="<a href="http://www.msaeed.250free.com">Add as many as you want....</a>" i=0 if (document.all) ticker=document.all.msgtext.style else ticker=document.msgline.document function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers) setTimeout("window.onresize=regenerate",450) } function update(){ BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10); if (document.layers){ document.msgline.document.msgtext.document.write("<span class="msgtextfont">"+news[i]+"</span>") document.msgline.document.msgtext.document.close() } else document.all.msgtext.innerHTML=news[i] if (i<news.length-1) i++ else i=0 setTimeout("update()",speed) } function BgFade(red1, grn1, blu1, red2, grn2, blu2, steps) { sred = red1; sgrn = grn1; sblu = blu1; ered = red2; egrn = grn2; eblu = blu2; inc = steps; step = 0; MsgDither(); } function MsgDither() { var epct = step/inc; var spct = 1 - epct; if (document.layers) ticker.bgColor = Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor(sblu * spct + eblu * epct); else ticker.backgroundColor= Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor(sblu * spct + eblu * epct); if ( step < inc ) { setTimeout("MsgDither()",50); } step++; } </> <!-- END OF Message Reader DHTML --> کد نمایش متن به صورت افکت2 <!-- START OF Zoom Message DHTML --> <!-- SUMMARY BRIEFS This example shows how you can create a webpage that displays lines of text that appear to be flying out of the webpage. Our example has an image. IMPORTANT The image used in this example can be found in the CoffeeCup Software folder. You do not need an image for it to work. --> <!-- Style Sheet created with the CoffeeCup StyleSheet Maker++ --> <!-- http://www.msaeed.250free.com --> <style type="text/css"> body { background-color:#FFFFFF; font-family: Arial; font-size:10pt; } </style> <> //<!--Change this text--> text=new Array("www.",msaeed",".250free",".com","The Best Website") //<!--This is the number of words in your message--> var numText=5 //<!--These are the colors the last word will fade to. The first color is the main color.--> color=new Array("#000000","#2F2F2F","#4F4F4F","#7F7F7F","#408080") //<!--This is the total number of colors from above.--> var numColors=5 //<!--This is the size you want the zoom to end at.--> var endSize=70 //<!--This is the speed you want it to zoom in.--> var Zspeed=30 //<!--This is the speed the colors will fade.--> var Cspeed=200 //<!--This is the font of the fade in message.--> var font="Arial Black" //<!--This will allow you to have the message stay or go. True will make it go. // False will make it stay.--> var hide=false var size=10 var gonum=0 var ie, n; if (document.all) { n=0 ie=1 zoomText="document.all.zoom.innerText=text[num]" zoomSize="document.all.zoom.style.fontSize=size" closeIt="" fadeColor="document.all.zoom.style.color=color[num]" } if (document.layers) { n=1;ie=0 zoomText="" zoomSize="document.zoom.document.write("<p align=\"center\" style=\"font-family:"+font+"; font-size:"+size+"px; color:"+color[0]+"\">"+text[num]+"</p>")" closeIt="document.zoom.document.close()" fadeColor="document.zoom.document.write("<p align=\"center\" style=\"font-family:"+font+"; font-size:"+endSize+"px; color:"+color[num]+"\">"+text[numText-1]+"</p>")" } function zoom(num,fn){ if (size<endSize){ (zoomText) (zoomSize) (closeIt) size+=5; setTimeout("zoom("+num+",""+fn+"")",Zspeed) }else{ (fn); } } function fadeIt(num){ if (num<numColors){ (fadeColor) (closeIt) num+=1; setTimeout("fadeIt("+num+")",Cspeed) }else{ hideIt() } } function hideIt(){ if(hide){ if(ie)document.all.zoom.style.visibility="hidden" if(n)document.layers.zoom.visibility="hidden" } } function init(){ if(ie){ document.all.zoom.style.color=color[0] document.all.zoom.style.fontFamily=font } if(ie || n) go(0) } function go(num){ gonum+=1 size=10 if(num<numText){ zoom(num,"go("+gonum+")") }else{ fadeIt(0) } } </> </head> <body onload="init()" bgcolor="FFFFFF"> <CENTER> </CENTER><P> <div id="zoom" align="center" style="position:absolute; top:150"> </DIV> <!-- END OF Zoom Message DHTML --> کد اضافه کردن صفحه به بوکمارک <!-- START OF Add Bookmark in IE DHTML --> <!-- SUMMARY BRIEF This code will allow you to put a link on your page that, when clicked, will add a URL to the user"s Favorites. NOTE: This will only work for IE users. It will NOT work for users using Netscape. You can change the bookmark link and text in the var bookmarkurl and var bookmarktitle attributes below. You can change the text of the actual link in the <A HREF> code that you will place for your link to appear in your page. It is located at the bottom of this page. --> <!-- Put this code inside of your <HEAD> tag. --> < language="Java1.2"> <!-- var bookmarkurl="http://www.msaeed.250free.com/" var bookmarktitle="-=[ Webloger Web Site ]=-" function ccaddbookmark() { if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } //--> </> <!-- Put this code into your page wherever you want the link to be. --> <a href="java:ccaddbookmark()" target="_self"> <font size="1" face="Arial">[ Add Webloger to your Favorites ]</font> </a> <!-- END OF Add Bookmark in IE DHTML --> کد اتوماتیک صفحه را ماکزیمم می کند <!-- START OF Window Auto Maximize DHTML --> <!-- SUMMARY BRIEF This code will automatically maximize the browser window when the page is loaded. --> <!-- Put this code inside of your <HEAD> tag. --> < language="Java1.2"> <!-- top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } //--> </> <!-- END OF Window Auto Maximize DHTML --> نوشته های دیگران () نویسنده متن فوق: » کهکشان ( پنج شنبه 86/10/27 :: ساعت 12:0 صبح ) »» کد زیبا برای لینکها افکتی زیبا برای لینکها: <head> < language="Java"> fadeColor = "#40a0ec"; // رنگ مورد نظرتان را اینجا وارد کنید stepIn = 20; // delay when fading in stepOut = 20; // delay when fading out /* set to true or false; true will ** cause all links to fade automatically ** (you won"t need to add class="fade") ***/ autoFade = true; /* set to true or false; true will cause all CSS ** classes with "fade" in them to fade onmouseover ***/ sloppyClass = true; /* set to true or false; true will make the ** work for Macs (IE 5+), but you will have to give ** a name (name="blah") to each link that you want ** to fade. ***/ macCompat = false; /** **** </config> **************/ /************* **** <install> ** Now, once you have customized your fading colors, you need to include your customized .js file on every page that you want to use it in. You can include java files using this syntax (in the head of a document): Now that you have the file included, you need to setup your links a small bit. Each link that you want to fade needs to use the fade class. Example: <a href="blah.html" class="fade">click here</a> Also, the link must be plain text. This means that you can"t have <b>"s, <i>"s, <font>"s, etc. inside of the link. Example of what not to do: <a href="blah.html" class="fade"><b>click</b> here</a> Have fun! -Anarchos- ** **** </install> **************/ hexa = new makearray(16); for(var i = 0; i < 10; i++) hexa[i] = i; hexa[10]="a"; hexa[11]="b"; hexa[12]="c"; hexa[13]="d"; hexa[14]="e"; hexa[15]="f"; document.onmouseover = domouseover; document.onmouseout = domouseout; fadeColor = dehexize(fadeColor.toLowerCase()); var fadeId = new Array(); function dehexize(Color){ var colorArr = new makearray(3); for (i=1; i<7; i++){ for (j=0; j<16; j++){ if (Color.charAt(i) == hexa[j]){ if (i%2 !=0) colorArr[Math.floor((i-1)/2)]=(j)*16; else colorArr[Math.floor((i-1)/2)]+=(j); } } } return colorArr; } function domouseover() { if(document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { if (!srcElement.startColor) { srcElement.startColor = (srcElement.style.color)? srcElement.style.color: srcElement.currentStyle.color; srcElement.startColor = dehexize(srcElement.startColor.toLowerCase()); } var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(srcElement.startColor,fadeColor,link,stepIn); else if (macCompat) alert("Error: Mac Compatility mode enabled, but link has no name."); } } } function domouseout() { if (document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(fadeColor,srcElement.startColor,link,stepIn); } } } function makearray(n) { this.length = n; for(var i = 1; i <= n; i++) this[i] = 0; return this; } function hex(i) { if (i < 0) return "00"; else if (i > 255) return "ff"; else return "" + hexa[Math.floor(i/16)] + hexa[i%16]; } function setColor(r, g, b, element) { var hr = hex(r); var hg = hex(g); var hb = hex(b); element.style.color = "#"+hr+hg+hb; } function fade(s,e,element,step) { var sr = s[0]; var sg = s[1]; var sb = s[2]; var er = e[0]; var eg = e[1]; var eb = e[2]; if (fadeId[0] != null && fade[0] != element && (fadeId[0])) { var orig = (fadeId[0]); setColor(orig.startColor[0],orig.startColor[1],orig.startColor[2],orig); var i = 1; while(i < fadeId.length) { clearTimeout(fadeId[i]); i++; } } for(var i = 0; i <= step; i++) { fadeId[i+1] = setTimeout("setColor(Math.floor(" +sr+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +er+ " * (" +i+ "/" + step+ ")),Math.floor(" +sg+ " * (( " +step+ " - " +i+ " )/ " +step+ " ) + " +eg+ " * (" +i+ "/" +step+ ")),Math.floor(" +sb+ " * ((" +step+ "-" +i+ ")/" +step+ ") + " +eb+ " * (" +i+ "/" +step+ ")),"+element+");",i*step); } fadeId[0] = element; }</> </head> <!----- By Theme.blogfa.com ----> باز شدن صفحه پاپ آپ همزمان با وبلاگ: <head> <>window.open("http://آدرس صفحه مردنظرتان")</> <head> <!----- By Theme.blogfa.com ----> جعبه ماتریکس: <html> <head> <meta http-equiv="Content-Language" content="en-us"> <style type="text/css"> .matrix { font-family: Arial; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;} </style> < type="text/java" language="Java"> <!-- var rows=11; var speed=50; var reveal=2; var effectalign="center" var w3c=document.getElementById && !window.opera;; var ie45=document.all && !window.opera; var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho; var m_coch=new Array(); var m_copo=new Array(); window.onload=function() { if (!w3c && !ie45) return var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"]; ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML; ma_txt=" "+ma_txt+" "; columns=ma_txt.length; if (w3c) { while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]); ma_tab=document.createElement("table"); ma_tab.setAttribute("border", 0); ma_tab.setAttribute("align", effectalign); ma_tab.style.backgroundColor="#000000"; ma_bod=document.createElement("tbody"); for (x=0; x<rows; x++) { ma_row=document.createElement("tr"); for (y=0; y<columns; y++) { matemp=document.createElement("td"); matemp.setAttribute("id", "Mx"+x+"y"+y); matemp.className="matrix"; matemp.appendChild(document.createTextNode(String.fromCharCode(160))); ma_row.appendChild(matemp); } ma_bod.appendChild(ma_row); } ma_tab.appendChild(ma_bod); matrix.appendChild(ma_tab); } else { ma_tab="<ta"+"ble align=""+effectalign+"" border="0" style="background-color:#000000">"; for (var x=0; x<rows; x++) { ma_tab+="<t"+"r>"; for (var y=0; y<columns; y++) { ma_tab+="<t"+"d class="matrix" id="Mx"+x+"y"+y+""> </"+"td>"; } ma_tab+="</"+"tr>"; } ma_tab+="</"+"table>"; matrix.innerHTML=ma_tab; } ma_cho=ma_txt; for (x=0; x<columns; x++) { ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94)); m_copo[x]=0; } ma_bod=setInterval("mytricks()", speed); } function mytricks() { x=0; for (y=0; y<columns; y++) { x=x+(m_copo[y]==100); ma_row=m_copo[y]%100; if (ma_row && m_copo[y]<100) { if (ma_row<rows+1) { if (w3c) { matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y); matemp.firstChild.nodeValue=m_coch[y]; } else { matemp=document.all["Mx"+(ma_row-1)+"y"+y]; matemp.innerHTML=m_coch[y]; } matemp.style.color="#33ff66"; matemp.style.fontWeight="bold"; } if (ma_row>1 && ma_row<rows+2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y]; matemp.style.fontWeight="normal"; matemp.style.color="#00ff00"; } if (ma_row>2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y]; matemp.style.color="#009900"; } if (ma_row<Math.floor(rows/2)+1) m_copo[y]++; else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y); else if (ma_row<rows+2) m_copo[y]++; else if (m_copo[y]<100) m_copo[y]=0; } else if (Math.random()>0.9 && m_copo[y]<100) { m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length)); m_copo[y]++; } } if (x==columns) clearInterval(ma_bod); } function zoomer(ycol) { var mtmp, mtem, ytmp; if (m_copo[ycol]==Math.floor(rows/2)+1) { for (ytmp=0; ytmp<rows; ytmp++) { if (w3c) { mtmp=document.getElementById("Mx"+ytmp+"y"+ycol); mtmp.firstChild.nodeValue=m_coch[ycol]; } else { mtmp=document.all["Mx"+ytmp+"y"+ycol]; mtmp.innerHTML=m_coch[ycol]; } mtmp.style.color="#33ff66"; mtmp.style.fontWeight="bold"; } if (Math.random()<reveal) { mtmp=ma_cho.indexOf(ma_txt.charAt(ycol)); ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length); } if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1); m_copo[ycol]+=199; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]>200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol); mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol); } else { mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol]; mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol]; } mtmp.style.fontWeight="normal"; mtem.style.fontWeight="normal"; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2); if (m_copo[ycol]>100 && m_copo[ycol]<200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol); mtmp.firstChild.nodeValue=String.fromCharCode(160); mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol); mtem.firstChild.nodeValue=String.fromCharCode(160); } else { mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol]; mtmp.innerHTML=String.fromCharCode(160); mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol]; mtem.innerHTML=String.fromCharCode(160); } setTimeout("zoomer("+ycol+")", speed); } } // --> </> </head> <body> <div id="matrix">Theme.Blogfa.com</div> </body> </html> <!----- By Theme.blogfa.com ----> نمایش کلمات مورد نظر شما در استاتوس بار با افکت: </html> < language="java"> var text1="!-->Theme.blogfa.com<--! " retagain=0 goagainto=0 xxx=0 function dis(){ window.status=text1.substring(0,goagainto) if(retagain==1){ goagainto--; if(goagainto==0){retagain=0} } else {goagainto++;if(goagainto==text1.length){retagain=1}} xxx++ if (xxx==1) {window.status=text1.substring(0,goagainto)+" /"} if (xxx==2) {window.status=text1.substring(0,goagainto)+" --"} if (xxx==3) {window.status=text1.substring(0,goagainto)+" \\"} if (xxx==4) {window.status=text1.substring(0,goagainto)+" |"} if (xxx==4) {xxx=0} if(goagainto==text1.length){window.setTimeout("dis()",1200);} else {window.setTimeout("dis()",60);} } dis() </> <!----- By Theme.blogfa.com ----> لرزش صفحه هنگام ورود به وبلاگ: <head> < language=Java> <!-- Begin function shake(n) { if (parent.moveBy) { for (i = 10; i > 0; i--) { for (j = n; j > 0; j--) { parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,i); } } } } // End --> <!-- shake(1); //--> </> </head> <!----- By Theme.blogfa.com ----> چرخش عنوان وبلاگ در نوار عنوان و تسک بار: </html> < language=java> msg = "WWW.Theme.Blogfa.Com"; msg = "..." + msg;pos = 0; function scrollMSG() { document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++; if (pos > msg.length) pos = 0 window.setTimeout("scrollMSG()",200); } scrollMSG(); </> <!----- By Theme.blogfa.com ----> نمایش تاریخ و ساعت در کنار عنوان وبلاگ در نوار عنوان و تسک بار: <head> < language="java"> var aWFMnBspm="- ساعت: ";var AWFMnBspm="24 HOURS";var awfmnbSpm=document.title;var AwfmnbSpm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";function aWfmnbSpm(){var awFmnbSpm=new Date();awfMnbSpm=awFmnbSpm.getSeconds();AWfmnbSpm=awFmnbSpm.getHours();aWFmnbSpm=awFmnbSpm.getMinutes();var awFMnbSpm;if(AWFMnBspm=="24 HOURS"){if((AWfmnbSpm>=12)&&(AWfmnbSpm<24)){awFMnbSpm="عصر";AWfmnbSpm-=12;}else{awFMnbSpm="صبح";}}else{awFMnbSpm="";}if (aWFmnbSpm<=9){aWFmnbSpm = "0"+aWFmnbSpm;}if (awfMnbSpm<=9){awfMnbSpm = "0"+awfMnbSpm;}if (AWfmnbSpm<=9){AWfmnbSpm = "0"+AWfmnbSpm;}if(AwfmnbSpm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AwfmnbSpm)document.title=awfmnbSpm+aWFMnBspm+AWfmnbSpm+":"+aWFmnbSpm+":"+awfMnbSpm+" "+awFMnbSpm; };setInterval("aWfmnbSpm()",500); </> </head> <!----- By Theme.blogfa.com ----> کد اطلاعاتی در مورد صفحه <!-- BORN ON DATE: Let your users know if your site has changed since their last visit --> <BODY> <CENTER> <TABLE border=2 cellspacing=0 cellpadding=3> <TR><TD bgcolor="#000044"> <FONT color="#4400ff" face=georgia,arial size=+1> <CENTER> < LANGUAGE="Java"> <!-- document.write(document.title); //--> </> </TD></TR> <TR><TD bgcolor="#336699"> <FONT size=-1 color="#66ccff" face="trebuchet MS","arial"> <FONT color="#66ccff">Born on:</font> <!-- Put the page creation date, here. --> May 11, 1979 <BR> < LANGUAGE="Java"> <!-- Begin function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function DeleteCookie(name) { var exp = new Date(); FixCookieDate (exp); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); if (cval != null) document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } var cookie_date=new Date(document.lastModified); var expdate = new Date(); expdate.setTime(expdate.getTime()+(5*24*60*60*1000)); document.write("<Font color=66ccff>" + "Last updated: "+ "</font>" +document.lastModified); document.write(""); if (!(cookie_date == GetCookie("cookie_date"))){ SetCookie("cookie_date",cookie_date,expdate); document.write("<font color="#66ccff"><br>Site has changed since last visit!</font><br>"); } // End --> </> </FONT> </TD></TR> </TABLE> </CENTER> کد منوی کشوی لینک پس از انتخاب و زدن دکمه وارد لینک شود <!-- Start Of Drop Down Box Scroll --> <!-- When you make a selection from the list, all the choices scroll --> <!-- Instructions: Just put this anywhere on your webpage where you want cool links. --> <!-- Does not display in IE --> <center> < LANGUAGE="Java"> <!-- var sid="mitnamdliw_wildmantim"; function selectaplace(form) { var appname= navigator.appName; var appversion=parseInt(navigator.appVersion); if (appname == "Netscape" && appversion >= 3){ var formindex=form.select1.selectedIndex; var storage=form.select1.options[formindex].text; if (form.select1.options[formindex].value != "none") { var msg=storage+" You are now being teleported to -> "+storage; for (var spot=0;spot<msg.length-storage.length;spot++) { var x=msg.substring(spot,msg.length); form.select1.options[formindex].text=x; for(var d=0;d<150;d++) { }; } document.location=form.select1.options[formindex].value; form.select1[formindex].text=storage; } else { form.select1[formindex].text="Not a real option!"; for(var d=0;d<1250;d++) { }; form.select1[formindex].text=storage; } } else { var formindex=form.select1.selectedIndex; document.location=form.select1.options[formindex].value; } } function makeMyMenu() { document.write ("<form><select name="select1" onChange="selectaplace(this.form)" size=1>"); document.write ("<option value=http://www.msaeed.250free.com>khafan Website"); document.write ("<option value=http://www.msaeed.250freet.com>Andy Art"); document.write ("<option value=http://www.msaeed.250free.com>CNET"); document.write ("<option value=http://www.msaeed.250free.com>Tucows"); document.write ("<option value=http://www.msaeed.250free.com>WinZIP"); document.write ("</select>"); document.write ("</form>"); } while(sid!="mitnamdliw_wildmantim"){}; makeMyMenu(); //--> </> </center> <!-- END OF --> <!/> نوشته های دیگران () نویسنده متن فوق: » کهکشان ( چهارشنبه 86/10/26 :: ساعت 12:0 صبح ) »» کدهای جاوا کد دکمه ای برای خاموش و روشن کردن صفحه <!-- DEION: This will make your background colors change upon buttonclick. INSTRUCTIONS: Place this in the HEAD tags of your webpage. Then place the button in your webpage. When someone clicks it, the webpage background colors will blink. To change the color of the blinking background, alter the color-hex tag in the "function blinkOn" section. This is the very first section of the Java. --> < LANGUAGE="Java"> //Modified by CoffeeCup Software //This code is Copyright (c) 1997 CoffeeCup Software //all rights reserved. License is granted to a single user to //reuse this code on a personal or business Web Site. function blinkOn(){ theWin.document.bgColor = "#000000" nTimes++ CCTimeOutID = window.setTimeout("blinkOff()",250); } function blinkOff(){ theWin.document.bgColor = "FFFFFF" if (nTimes < 5) CCTimeOutID = window.setTimeout("blinkOn()",250); else theWin.history.go(0) } function blinkCC(aWin) { nTimes = 0 theWin = aWin CCTimeOutID = window.setTimeout("blinkOn()",250); } </> <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="On/Off Switch" onClick="blinkCC(self)"></FORM></CENTER> کد رنگی کردن اسکرول بار <STYLE>BODY { SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray; SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: red } </STYLE> کد گذاشتن جستجو در سایت یا وبلاگ < language=Java> var NS4 = (document.layers); var IE4 = (document.all); var win = window; var n = 0; function findInPage(str) { var txt, i, found; if (str == "") return false; if (NS4) { if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; if (n == 0) alert("Not found."); } if (IE4) { txt = win.document.body.createTextRange(); for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } else { if (n > 0) { n = 0; findInPage(str); } else alert("(( ببخشید... کلمه ای که نوشتی تو وبلاگ نیست)) "); } } return false; } </> <FORM name=search onsubmit="return findInPage(this.string.value);"> <P align=center><FONT size=3><INPUT style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid" onchange="n = 0;" size=11 name=string></FONT><BR><INPUT style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #aaaaaa" type=submit value=جستجو در وبلاگ ><center><font size=2pt;><font family=Times New Roman;><b><A title=persianblog href="java:if(confirm("http://www.msaeed.250free.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.msaeed.250free.com/"" tppabs="http://www.msaeed.250free.com/">Javas </A><BR> </P></FORM></DIV><BR><!-- /Search--> کد گلباران در سایت < language="Java1.2"> //Pre-load your image below! grphcs=new Array(6) Image0=new Image(); Image0.src=grphcs[0]="http://home.ripway.com/2004-5/117697/1.gif"; Image1=new Image(); Image1.src=grphcs[1]="http://home.ripway.com/2004-5/117697/2.gif" Image2=new Image(); Image2.src=grphcs[2]="http://home.ripway.com/2004-5/117697/3.gif" Image3=new Image(); Image3.src=grphcs[3]="http://home.ripway.com/2004-5/117697/4.gif" Image4=new Image(); Image4.src=grphcs[4]="http://home.ripway.com/2004-5/117697/5.gif" Image5=new Image(); Image5.src=grphcs[5]="http://home.ripway.com/2004-5/117697/6.gif" Amount=8; //Smoothness depends on image file size, the smaller the size the more you can use! Ypos=new Array(); Xpos=new Array(); Speed=new Array(); Step=new Array(); Cstep=new Array(); ns=(document.layers)?1:0; ns6=(document.getElementById&&!document.all)?1:0; if (ns){ for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<LAYER NAME="sn"+i+"" LEFT=0 TOP=0><img src="+rndPic+"></LAYER>"); } } else{ document.write("<div style="position:absolute;top:0px;left:0px"><div style="position:relative">"); for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<img id="si"+i+"" src=""+rndPic+"" style="position:absolute;top:0px;left:0px">"); } document.write("</div></div>"); } WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; for (i=0; i < Amount; i++){ Ypos[i] = Math.round(Math.random()*WinHeight); Xpos[i] = Math.round(Math.random()*WinWidth); Speed[i]= Math.random()*5+3; Cstep[i]=0; Step[i]=Math.random()*0.1+0.05; } function fall(){ var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft; for (i=0; i < Amount; i++){ sy = Speed[i]*Math.sin(90*Math.PI/180); sx = Speed[i]*Math.cos(Cstep[i]); Ypos[i]+=sy; Xpos[i]+=sx; if (Ypos[i] > WinHeight){ Ypos[i]=-60; Xpos[i]=Math.round(Math.random()*WinWidth); Speed[i]=Math.random()*5+3; } if (ns){ document.layers["sn"+i].left=Xpos[i]; document.layers["sn"+i].top=Ypos[i]+hscrll; } else if (ns6){ document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]); document.getElementById("si"+i).style.top=Ypos[i]+hscrll; } else{ ("document.all.si"+i).style.left=Xpos[i]; ("document.all.si"+i).style.top=Ypos[i]+hscrll; } Cstep[i]+=Step[i]; } setTimeout("fall()",20); } window.onload=fall //--> </> کد جستجوگر ام اس ان در سایت <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 2</title> </head> <body> <table BORDER="0" WIDTH="222" HEIGHT="18"> <tr> <td WIDTH="214" HEIGHT="10"> <form NAME="search" ID="search" ACTION="http://search.msn.com/results.asp" METHOD="get"> <p><a HREF="java:if(confirm("http://www.msn.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.msn.com/"" tppabs="http://www.msn.com/"> <img SRC="splogo_min.gif.htm" tppabs="http://go.msn.com/AG/E/0.asp" width="61" height="33" BORDER="0" ALT="Go to msn.com"></a><font FACE="arial" SIZE="2"><strong>Search <font COLOR="#808080">the Web for:</font></strong></font><br> <input TYPE="text" ID="q" SIZE="18" MAXLENGTH="251" NAME="q" VCARD_NAME="SearchText"><input TYPE="submit" VALUE="Search" NAME="B1"><input TYPE="hidden" NAME="FORM" VALUE="FRNT"><input TYPE="hidden" NAME="un" VALUE="doc"><input TYPE="hidden" NAME="v" VALUE="1"></p> </form> </td> </tr> <tr> <td WIDTH="214" HEIGHT="21" VALIGN="bottom"> <p ALIGN="center"><font SIZE="1" FACE="arial"> <a HREF="java:if(confirm("http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT"" tppabs="http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT">Use Advanced Search</a></font></td> </tr> </table> <p> </p> </body> </html> </body> </html> نوشته های دیگران () نویسنده متن فوق: » کهکشان ( سه شنبه 86/10/25 :: ساعت 12:0 صبح ) »» کدهایی برای زیبایی سایت و وبلاگ کد دکمه ی عقب و جلو در سایت <!-- Start of Back/Forward Buttons --> <!-- Instructions: Just put this anywhere on your webpage and you will give your visitor 2 Back and Forward Navigation buttons. Designed for websites that have multiple webpages. --> < LANGUAGE="Java"> <!-- hide this tag"s contents from old browsers function goHist(a) { history.go(a); // Go back one. } //<!-- done hiding from old browsers --> </> <FORM METHOD="post"> <INPUT TYPE="button" VALUE=" BACK " onClick="goHist(-1)"> <INPUT TYPE="button" VALUE="FORWARD" onClick="goHist(1)"> </form> <!-- End of Back/Forward Buttons --> کد نمایش متن ها به طور زیبا <!-- Start of Fade In and Out Java--> <!-- Place this entire into a new webpage and then work off the example. Do not --> <!-- try to incorporate into an existing webpage, else you may disrupt the --> <!-- supplied with CoffeeCup HTML Editor --> <!-- www.msaeed.250free.com --> <HTML> <HEAD> <style type="text/css"> <!-- #fadeMe01 { position: absolute; visibility: visible; width: 410px } #fadeMe02 { position: absolute; visibility: visible; width: 400px } .content { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center } .content1 { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center } .small { font: 6pt Verdana, Arial, Helvetica; width: 400px; text-align: center } b { font-weight: bold } a { text-decoration : none } // --> </style> < type="text/java" language="java"> <!-- var idme=908601; var convert = new Array(); var hexbase = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); var value=0; var rgb; for (x=0; x<16; x++) for (y=0; y<16; y++) { convert[value] = hexbase[x] + hexbase[y]; value++; } var timerID = null, timerRunning = false; function stopClock(){ if(timerRunning) clearTimeout(timerID) timerRunning = false } var layers = document.layers; var style = document.all; var both = layers || style; if (layers) { layerRef = "document.layers"; styleRef = ""; } if (style) { layerRef = "document.all"; styleRef = ".style"; } function moveLayer(obj, topx, leftx) { if (both) { (layerRef + "[""+obj+""]" + styleRef + ".top = topx"); (layerRef + "[""+obj+""]" + styleRef + ".left = leftx"); } } var s1, s2, s3, s2r, s2g, s2b, smallest; function hexToDec(hex) { var value=0; while (true) { if (convert[value] == hex) break; value++; } return value; } function writeOn(obj, str) { if (layers) with (document[obj]) { document.open(); document.write(str); document.close(); } if (style) { (obj+".innerHTML= str"); } } function changeColor(obj, str, rgb1, speed, counter) { if (counter < smallest) { stopClock(); if (layers) with (document[obj]) { document.open(); document.linkColor = rgb1; document.fgColor = rgb1; document.write(str); document.close(); } if (style) { (obj+".document.linkColor= rgb1"); (obj+".innerHTML= "<font color="+rgb1+">"+str+"<\/font>""); // (layerRef + "[""+obj+""]" + styleRef + ".color= rgb1"); } s2r+=s1; s2g+=s2; s2b+=s3; tempR = Math.round(s2r); tempG = Math.round(s2g); tempB = Math.round(s2b); if (tempR <= 0) tempR = 0; if (tempG <= 0) tempG = 0; if (tempB <= 0) tempB = 0; if (tempR >= 255) tempR = 255; if (tempG >= 255) tempG = 255; if (tempB >= 255) tempB = 255; rgb1 = convert[tempR] + convert[tempG] + convert[tempB]; counter++; timerID = setTimeout("changeColor(""+obj+"", ""+str+"", ""+rgb1+"", "+speed+", "+counter+")", speed); timerRunning = true; } } function fadeText(obj, str, rgb1, rgb2, speed, step) { var r1, g1, b1, r2, g2, b2; for (cnt=1; cnt<=2; cnt++) { ("r"+cnt+" = hexToDec(rgb"+cnt+".slice(0,2));"); ("g"+cnt+" = hexToDec(rgb"+cnt+".slice(2,4));"); ("b"+cnt+" = hexToDec(rgb"+cnt+".slice(4,6));"); } with (Math) { s2r = r1; s2g = g1; s2b = b1; s1 = abs(r1 - r2); s2 = abs(g1 - g2); s3 = abs(b1 - b2); if (s1 > s2 && s1 > s3) { smallest = s1; } else if (s2 > s1 && s2 > s3) { smallest = s2; } else { smallest = s3; } s1 = (s1 == 0) ? 0 : s1/smallest; s2 = (s2 == 0) ? 0 : s2/smallest; s3 = (s3 == 0) ? 0 : s3/smallest; s1*=step; s2*=step; s3*=step; if (r1 > r2) { s1 = -s1; } if (g1 > g2) { s2 = -s2; } if (b1 > b2) { s3 = -s3; } smallest= Math.round(smallest/step); } if (both) { changeColor(obj, str, rgb1, speed, 0); } else { document.write("Err. for some reason you tried viewing this page with a browser that doesn`t support java/CSS block support"); } } function getMid() { tvAgent = navigator.userAgent; if (layers) { maxX = innerWidth; maxY = innerHeight; } if (style) { maxX = document.body.clientWidth; maxY = document.body.clientHeight; } if (tvAgent.indexOf("WebTV") != -1) { maxX = 544; maxY = 378; } midX = maxX/2; midY = maxY/2; } function layout() { getMid(); moveLayer("fadeMe01", midY-50, midX-200); fadeText("fadeMe01", "<span class=content>NOW PRESENTING</span><div class=small>by popular demand</div>", "000000", "CCCCCC", 10, 2); setTimeout("fadeText("fadeMe01", "<span class=content>FADE IN AND OUT Java</span><div class=small>A neat Java</div>", "CCCCCC", "000000", 10, 4)",8000); setTimeout("fadeText("fadeMe01", "<div class=small>A</div><span class=content>It is COOL</span>", "000000", "CCCCFF", 10, 2)",12000); setTimeout("fadeText("fadeMe01", "<div class=small>A</div><span class=content>Easy to Use</span>", "CCCCFF", "000000", 10, 4)",20000); setTimeout("moveLayer("fadeMe01", midY-100, midX-200)",24000); setTimeout("moveLayer("fadeMe02", midY-60, midX-200)",24000); setTimeout("fadeText("fadeMe01", "<span class=content>This line could be Sentence Line 1.</span>", "000000", "CCCCFF", 10, 4)",26000); setTimeout("fadeText("fadeMe02", "<span class=content>Sentence Line 2.</span>", "000000", "9999FF", 10, 4)",32000); setTimeout("fadeText("fadeMe01", "<span class=content>Sentence Line 3.</span>", "CCCCFF", "FF0000", 10, 4)",36000); setTimeout("fadeText("fadeMe02", "<span class=content>Imagine the envy your friends will feel.</span>", "9999FF", "99FF33", 10, 4)",40000); setTimeout("fadeText("fadeMe02", "<span class=content>Sentence Line 5.</span>", "99FF33", "CCCCCC", 10, 4)",44000); setTimeout("fadeText("fadeMe02", "<span class=content>You can now make neat looking text displays.</span>", "CCCCCC", "000000", 10, 4)",48000); setTimeout("fadeText("fadeMe02", "<span class=small>Sentence Line 7.</div>", "000000", "CCCCCC", 10, 4)",52000); setTimeout("fadeText("fadeMe01", "<span class=content>-END-</div>", "000000", "FF0000", 10, 4)",57500); } // --> </> </HEAD> <BODY BGCOLOR="#000000" text="#CCCCCC" link="#FFFFFF" vlink="#FFFFFF" onload="layout()"> <div id=fadeMe01></div> <div id=fadeMe02></div> <no> Silly! you"ll need to have java enabled and you must have <a href="java:if(confirm("http://www.microsoft.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.microsoft.com/"" tppabs="http://www.microsoft.com/">Internet Explorer 4</a> or <a href="java:if(confirm("http://developer.netscape.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http:/msaeed.250free.com/"" tppabs="http://developer.netscape.com/">Netscape Navagitor 4</a> or <a href="java:if(confirm("http://msaeed.250free.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://developer.webtv.net/"" tppabs="http://msaeed.250free.com/">WebTV</a>(?) for this to work. </no> </BODY> </HTML> <!-- End of Fade In and Out Java--> کد تغییر رنگ پشت صفحه بر اساس کد رنگ <!-- Start Of Fading Background --> <!-- Instructions: Just put this on your webpage and the background color will change with a display of what the current hex code is. --> <!-- supplied with CoffeeCup HTML Editor --> <!-- www.Msaeed.250free.com --> < Language = "Java"> start = new Date(); minstart = start.getMinutes() secstart = start.getSeconds() function brighter(){ var now = new Date(); var seconds = now.getSeconds(); var minutes = now.getMinutes(); var base = "00"; var color = 1000; var interval = 103; var sec= interval * (seconds - secstart); var min= 60 * interval * (minutes - minstart); var add= color + min + sec; total= base + add; if (add>=9999) {secstart = seconds; minstart = minutes} document.bgColor = total; setTimeout("brighter()", 1000); document.coffeeform.cc.value = total; } </> </HEAD> <body onLoad = "brighter()" text="white" LINK="C0C0C0" VLINK="C0C0C0"> <form name="coffeeform"> <P>This is the hex code of the current background color <input name = "cc" type="text" size="7"> </form> کد برای از چپ به راست بردن اسکرول <!-- DEION: This will make your webpage slide to the right automatically upon loading of the webpage. INSTRUCTIONS: Place this in the HEAD tags of your webpage. Place your message (WITHOUT ANY SPACES OR BREAKS) in the page below the BODY tag. Sentences must be continuous or the will not work. (Example: Hi.....this....is....a...continuous...sentence..) If you find the stopping before it finishes your sentence, change the H<=4000 variable to a larger number. FUNCTIONALITY: Works only in NETSCAPE. --> <HEAD> < Language="Java"> //Modified by CoffeeCup Software //This code is Copyright (c) 1997 CoffeeCup Software //all rights reserved. License is granted to a single user to //reuse this code on a personal or business Web Site. <!-- function coffeeit(){ for (H=0; H<=3000; H++){ parent.scroll(H,0) } } //--> </> </HEAD> <BODY OnLoad="coffeeit()" BGCOLOR=#000000 TEXT=#FFFFFF LINK=#FF0000 VLINK=#FF0000 ALINK=#FF0000> <P><P><P><BR><BR><BR><P><P><P><BR><BR><BR><P><P><P><P><BR><BR><BR><P><P><P> <FONT SIZE=5 FACE=ARIAL BLACK>...................................................................This..Java..allows..the..user..to..slide..through..your..webpage.....You..can..also..end..it..with..a..<A HREF="index.htm" tppabs="http://www.msaeed.250free.com/">link</A>..!</FONT> کد نمایش متن متحرک در نوت پد <!-- A that types in a box that looks like notepad very cool The speed of the typing can be adjusted by raising or lowering the number in the setTimeout function. --> < language="Java"> function makeArray() { this.length = makeArray.arguments.length for (var i = 0; i < this.length; i++) this[i+1] = makeArray.arguments[i] } var fArray = new makeArray; fArray[0]="Message www.msaeed.250free.com goes here. " fArray[1]="Message www.msaeed.250free goes here. " fArray[2]="Message 3 goes here. " fArray[3]="Message 4 goes here. " var x = 1; var y = 0; var msg1 = fArray[y]; function newsFeed() { if (x==msg1.length+1) { for (var z=0; z < 7000; z++); y+=1; if (y > 3) y=0; document.form1.news2.value=" "; msg1 = fArray[y]; x=0; } document.form1.news2.value=msg1.substring(0,x); x+=1; setTimeout("newsFeed() ",1); } </> <body bgcolor=teal link=goldenrod onLoad="newsFeed()"> <form name="form1"> <textarea wrap=physical rows=10 cols=25 name="news2"> کد نمایش متن به صورت حلقه به دور موس <head> <!-- **************************************************************************************************** --> <!-- BEGIN: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> < LANGUAGE="Java1.2"> var awEMnbSPm;var AWEmnbSPm;var aWEMnbSPm;var AWEMnbSPm;var awemnbsPM;var AwemnbsPM;var aWemnbsPM;var awEmnbsPM;var aweMnbsPM;var AWemnbsPM;var aWEmnbsPM;var awEMnbsPM;AWEmnbsPM("welcome to this site","arial,helvetica,times new roman",2,"#000000",5,1,2,35,5,2,300,300,"DFJO1AC439CXM4FIF5FD94G");var aWEMnbsPM=document.layers;var AWEMnbsPM=document.getElementById&&!document.all;var AwemNBSpm=document.getElementById&&document.all;var awEMnbSPm=awEMnbSPm.split("");var aWemNBSpm=awEMnbSPm.length; var awEmNBSpm=aWEMnbSPm*15;var AWemnBSPm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";var aWEmnBSPm=0;var awEMnBSPm="<font face="+AWEmnbSPm+" size="+aWEMnbSPm+" color="+AWEMnbSPm+">";if (AwemNBSpm) window.pageYOffset=0;if (AwemNBSpm||AWEMnbsPM||aWEMnbsPM){for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++)if(AwemNBSpm||AWEMnbsPM){document.write("<div id="AwemnBSPM"+AwemNBSPm+"" style="position:absolute;left:0px;top:0px;width:"+awEmNBSpm+"px;height:"+awEmNBSpm+"px;text-align:center;font-weight:regular;cursor:default">"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></div>");}else if (aWEMnbsPM){document.write("<layer name="AwemnBSPM"+AwemNBSPm+"" left=0 top=0 width="+awEmNBSpm+" height="+awEmNBSpm+"><center>"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></center></layer>");}}(aWEMnbsPM)?window.captureEvents(Event.MOUSEMOVE):0;(aWEMnbsPM)?window.onMouseMove=aWemNBSPm:document.onmousemove=aWemNBSPm;AWemNBSPm=new Array();aWEmNBSPm=new Array();awEMNBSPm=new Array();AWEmNBSPm=new Array();for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=0;aWEmNBSPm[AwemNBSPm]=0;awEMNBSPm[AwemNBSPm]=0;AWEmNBSPm[AwemNBSPm]=0;}if (aWEMnbsPM||AwemNBSpm||AWEMnbsPM)window.onload=awemnBSPM;function aWemNBSPm(aWEMNBSPm){aWEmnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageX+20:(AWEMnbsPM)?aWEMNBSPm.pageX-20:event.x-20;awEMnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageY+20-window.pageYOffset:(AWEMnbsPM)?aWEMNBSPm.pageY-window.pageYOffset:event.y;};function AWEMNBSPm(){aWEmnBSPm-=(AwemNBSpm)?AwemnbsPM:(AWEMnbsPM)?awEmnbsPM:(aWEMnbsPM)?aWemnbsPM:0;for (AwemNBSPm=0; AwemNBSPm<aWemNBSpm; AwemNBSPm++){var letter=(AWEMnbsPM||AwemNBSpm)?document.getElementById("AwemnBSPM"+AwemNBSPm).style:document.layers["AwemnBSPM"+AwemNBSPm];letter.left=AWemNBSPm[AwemNBSPm]+awEmNBSpm*Math.cos((aWEmnBSPm+AwemNBSPm*1)/3.8)*aweMnbsPM;letter.top=aWEmNBSPm[AwemNBSPm]+awEmNBSpm*Math.sin((aWEmnBSPm+AwemNBSPm*1)/3.8)*AWemnbsPM+window.pageYOffset-15;}};function awemnBSPM(){AWemNBSPm[0]=Math.round(awEMNBSPm[0]+=(aWEmnbsPM-awEMNBSPm[0])*awemnbsPM);aWEmNBSPm[0]=Math.round(AWEmNBSPm[0]+=(awEMnbsPM-AWEmNBSPm[0])*awemnbsPM);for (var AwemNBSPm=1; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=Math.round(awEMNBSPm[AwemNBSPm]+=(AWemNBSPm[AwemNBSPm-1]-awEMNBSPm[AwemNBSPm])*awemnbsPM);aWEmNBSPm[AwemNBSPm]=Math.round(AWEmNBSPm[AwemNBSPm]+=(aWEmNBSPm[AwemNBSPm-1]-AWEmNBSPm[AwemNBSPm])*awemnbsPM);}if(AWemnBSPm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AWemnBSPm)window.status=AWemnBSPm;AWEMNBSPm();setTimeout("awemnBSPM()",10);};function AWEmnbsPM(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12){awEMnbSPm=p1;AWEmnbSPm=p2;aWEMnbSPm=p3;AWEMnbSPm=p4;awemnbsPM=p5;awemnbsPM=awemnbsPM/10;AwemnbsPM=p6;aWemnbsPM=p7;awEmnbsPM=p8;AwemnbsPM=AwemnbsPM/10;aWemnbsPM=aWemnbsPM/10;awEmnbsPM=awEmnbsPM/10;aweMnbsPM=p9;AWemnbsPM=p10;aWEmnbsPM=p11;awEMnbsPM=p12;}; </> <!-- END: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> <!-- **************************************************************************************************** --> </head> <head> <!-- **************************************************************************************************** --> <!-- BEGIN: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> < LANGUAGE="Java1.2"> var awEMnbSPm;var AWEmnbSPm;var aWEMnbSPm;var AWEMnbSPm;var awemnbsPM;var AwemnbsPM;var aWemnbsPM;var awEmnbsPM;var aweMnbsPM;var AWemnbsPM;var aWEmnbsPM;var awEMnbsPM;AWEmnbsPM("msaeed.250free ","arial,helvetica,times new roman",2,"#000000",5,1,2,35,5,2,300,300,"DFJO1AC439CXM4FIF5FD94G");var aWEMnbsPM=document.layers;var AWEMnbsPM=document.getElementById&&!document.all;var AwemNBSpm=document.getElementById&&document.all;var awEMnbSPm=awEMnbSPm.split("");var aWemNBSpm=awEMnbSPm.length; var awEmNBSpm=aWEMnbSPm*15;var AWemnBSPm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";var aWEmnBSPm=0;var awEMnBSPm="<font face="+AWEmnbSPm+" size="+aWEMnbSPm+" color="+AWEMnbSPm+">";if (AwemNBSpm) window.pageYOffset=0;if (AwemNBSpm||AWEMnbsPM||aWEMnbsPM){for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++)if(AwemNBSpm||AWEMnbsPM){document.write("<div id="AwemnBSPM"+AwemNBSPm+"" style="position:absolute;left:0px;top:0px;width:"+awEmNBSpm+"px;height:"+awEmNBSpm+"px;text-align:center;font-weight:regular;cursor:default">"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></div>");}else if (aWEMnbsPM){document.write("<layer name="AwemnBSPM"+AwemNBSPm+"" left=0 top=0 width="+awEmNBSpm+" height="+awEmNBSpm+"><center>"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></center></layer>");}}(aWEMnbsPM)?window.captureEvents(Event.MOUSEMOVE):0;(aWEMnbsPM)?window.onMouseMove=aWemNBSPm:document.onmousemove=aWemNBSPm;AWemNBSPm=new Array();aWEmNBSPm=new Array();awEMNBSPm=new Array();AWEmNBSPm=new Array();for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=0;aWEmNBSPm[AwemNBSPm]=0;awEMNBSPm[AwemNBSPm]=0;AWEmNBSPm[AwemNBSPm]=0;}if (aWEMnbsPM||AwemNBSpm||AWEMnbsPM)window.onload=awemnBSPM;function aWemNBSPm(aWEMNBSPm){aWEmnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageX+20:(AWEMnbsPM)?aWEMNBSPm.pageX-20:event.x-20;awEMnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageY+20-window.pageYOffset:(AWEMnbsPM)?aWEMNBSPm.pageY-window.pageYOffset:event.y;};function AWEMNBSPm(){aWEmnBSPm-=(AwemNBSpm)?AwemnbsPM:(AWEMnbsPM)?awEmnbsPM:(aWEMnbsPM)?aWemnbsPM:0;for (AwemNBSPm=0; AwemNBSPm<aWemNBSpm; AwemNBSPm++){var letter=(AWEMnbsPM||AwemNBSpm)?document.getElementById("AwemnBSPM"+AwemNBSPm).style:document.layers["AwemnBSPM"+AwemNBSPm];letter.left=AWemNBSPm[AwemNBSPm]+awEmNBSpm*Math.cos((aWEmnBSPm+AwemNBSPm*1)/3.8)*aweMnbsPM;letter.top=aWEmNBSPm[AwemNBSPm]+awEmNBSpm*Math.sin((aWEmnBSPm+AwemNBSPm*1)/3.8)*AWemnbsPM+window.pageYOffset-15;}};function awemnBSPM(){AWemNBSPm[0]=Math.round(awEMNBSPm[0]+=(aWEmnbsPM-awEMNBSPm[0])*awemnbsPM);aWEmNBSPm[0]=Math.round(AWEmNBSPm[0]+=(awEMnbsPM-AWEmNBSPm[0])*awemnbsPM);for (var AwemNBSPm=1; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=Math.round(awEMNBSPm[AwemNBSPm]+=(AWemNBSPm[AwemNBSPm-1]-awEMNBSPm[AwemNBSPm])*awemnbsPM);aWEmNBSPm[AwemNBSPm]=Math.round(AWEmNBSPm[AwemNBSPm]+=(aWEmNBSPm[AwemNBSPm-1]-AWEmNBSPm[AwemNBSPm])*awemnbsPM);}if(AWemnBSPm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AWemnBSPm)window.status=AWemnBSPm;AWEMNBSPm();setTimeout("awemnBSPM()",10);};function AWEmnbsPM(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12){awEMnbSPm=p1;AWEmnbSPm=p2;aWEMnbSPm=p3;AWEMnbSPm=p4;awemnbsPM=p5;awemnbsPM=awemnbsPM/10;AwemnbsPM=p6;aWemnbsPM=p7;awEmnbsPM=p8;AwemnbsPM=AwemnbsPM/10;aWemnbsPM=aWemnbsPM/10;awEmnbsPM=awEmnbsPM/10;aweMnbsPM=p9;AWemnbsPM=p10;aWEmnbsPM=p11;awEMnbsPM=p12;}; </> <!-- END: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> <!-- **************************************************************************************************** --> </head> کد آمدن پیغام مورد نظر شما هنگام ورود افراد به سایت شما <html> <head> < language="java" type="text/java"> alert("Welcome to my site msaeed.250free") </> </head> <body> <h1> <!-- hide from old browsers --> <!--this is on example of a long Java comment--> < language="java" type="text/java"> document.write("KKR") //end hiding from old browsers --> </> </h1> </body> </html> کد خروج از صفحه <!-- Start of Close Browser --> <!-- When the "Close Window" button is clicked, this will close the browser window that the webpage is in. --> < language="Java"> <!-- function closeIt() { close(); } // --> </> <center> <form> <input type=button value="Close Window" onClick="closeIt()"> </form> </center> <!-- End of Close Browser --> کد برای پرینت از صفحه <!-- Print Page Use this to have your users print your HTML page --> < LANGUAGE="Java"> if (window.print) { document.write("<form> " + "<input type=button name=print value="Click" " + "onClick="java:window.print()"> To Print this page!</form>"); } // End --> </> نوشته های دیگران () نویسنده متن فوق: » کهکشان ( یکشنبه 86/10/23 :: ساعت 6:17 عصر ) »» لیست کل یادداشت های این وبلاگ عملکرد کلیدهای F در ویندوز xpبا Safe Mode چگونه می توان مشکلات ویندوز را برطرف کرد؟بهترین حالت Safe Modeسلام کار دکمه scroll lock بر روی صفحه کی بورد چیست ؟کلیدهای Insert ، Pause/break . Scroll lock در کیبورد چه کاربردیضرورت Disk Defragmentation و Disk Cleanup در ویندوز به زبان سادهشنود موبایل چگونه انجام میشود؟ + روشهای مقابلهاجرای برنامه ها در یک فضای مجزا در حافظهاجباری کردن پسورد برای ویندوز 98 همانند ویندوز XPتهیه ی نسخه ی پشتیبان از رجیستری و تعمیر رجیستری آسیب دیده :مشاهده ی تغییرات ایجاد شده در رجیستری[عناوین آرشیوشده] موس[65] . عکس متحرک[18] . آموزش[15] . جزوه[14] . گردنبند[14] . کوتاه[13] . جمع[13] . درس[13] . بندی[13] . کنکور[12] . مجموعه[11] . پایه[11] . دانلود[11] . از[10] . دی[9] . تا[9] . زبان[9] . طرح[8] . سیستم[7] . لینک[7] . همراه[7] . نکات[6] . های[6] . و[6] . نرم[6] . سیسنم عامل[6] . طلایی[6] . پروژه[6] . به[6] . ایمیل[6] . با[5] . انگشتر[5] . رشته[5] . دار[5] . دروس[5] . حافظه[5] . Pro[5] . طراحی[5] . سخت افزار[5] . ریاضی[5] . ساعت[5] . مدل[5] . کامل[5] . ها[4] . که[4] . مرواریدی[4] . می[4] . زنجیر[4] . سفید[4] . سنگ[4] . سی[4] . عربی[4] . صوتی[4] . عامل[4] . فروهر[4] . آن[4] . است[4] . افزار[4] . استیل[4] . حفاظت[4] . انسانی[4] . ای[4] . برای[4] . بسته[4] . پذیرش[4] . تجربی[4] . پرورش[3] . تبدیل[3] . پیشرفته[3] . تحصیلی[3] . تخصصی[3] . بسیار[3] . بصورت[3] . بانک[3] . ایجاد[3] . آموزشی[3] . انگلیسی[3] . اینترنت[3] . ایرانی[3] . دستبند[3] . در[3] . راهنمای[3] . را[3] . حرفه[3] . چشم[3] . استفاده[3] . اصلی[3] . استاد[3] . ادبیات[3] . Vector[3] . dunlex[3] . فشرده[3] . فارسی[3] . عمومی[3] . فیزیک[3] . فیلم[3] . سایت[3] . مدال[3] . نگین[3] . مقاله[3] . منزل[3] . مردانه[3] . لینوکس[3] . مارکتینگ[3] . قارچ[3] . قهوه[3] . کامل[3] . گل[3] . کامپیوتر[3] . نوشتن keylogger نرمافزاری در مقاله keylogger ابزاری برا[3] . کارآفرینی[3] . یکدیگر[2] . یا[2] . کاملWebsiteExtractor10.0[2] . وکتور[2] . کاربردهای توکن های هوشمند USB[2] . کارشناسی[2] . کپی[2] . نور[2] . وب[2] . وی[2] . ویروس[2] . ویژوال[2] . هاست[2] . کشف[2] . کلیک[2] . گوشواره[2] . که[2] . کهربا[2] . کتاب[2] . کسب[2] . قیراطی[2] . فایلهاFolder[2] . گرم[2] . گزینه[2] . فروشگاه[2] . مارک[2] . متولدین[2] . محافظت[2] . محافظت در مقابل خطرات ایمیل (?)[2] . مدیریت[2] . مشکی[2] . نقره[2] . مگابایت[2] . مفاهیم امنیت شبکه[2] . مقالات[2] . نبرد فیلترها و تولیدکنندگان اسپم (?)[2] . تحصیل[2] . رمضانRamadan[2] . سوالات[2] . سرویس[2] . سیاه[2] . شبکههای بیسیم، کاربردها، مزایا و ابعاد تکنولوژی شبکههای ب[2] . شخصیHistory[2] . شفا[2] . قابلیت[2] . فناوری هک مغز چقدر واقعی است؟ آیا ایده کریس نولان به حقیقت[2] . قدرتمندترین[2] . قرآن[2] . فرمتهای[2] . صوتیFox[2] . ضدویروس[2] . سازفایل[2] . طلا[2] . Downloader[2] . IEC[2] . Killer[2] . Learning[2] . Lock[2] . Bluetooth File Transfer OBEX FTP v1.20 : انتقال فایل ها از طریق[2] . BVL[2] . C[2] . CD[2] . Converter[2] . Desktop[2] . Illustration[2] . 10 ویژگی برتر ویندوز 7[2] . 6.2.1[2] . 7.4[2] . AnyReader3.0[2] . Audio[2] . Windows XP Pro SP2 64Bit ویندوز ایکس پی بر روی هسته ویندوز ان[2] . Settings[2] . The[2] . RapidShare[2] . WinZip[2] . zoppini[2] . آویز[2] . آویزی[2] . آیا روشن گذاشتن طولانی مدت کامپیوتر درست است؟[2] . ارشد[2] . ازرپیدشیر[2] . اسپرت[2] . ارتباط با شبکه های مجازی Twitter با نرم افزار Mobileways Gravity[2] . انتخاب[2] . استاندارد[2] . حریم[2] . حلقه[2] . توانیر[2] . جدیدترین نسخه از معروف ترین مترجم دنیا Babylon Pro v8.0.0 r29[2] . تصویر[2] . جامع[2] . تعمیر سیستم با System Restore[2] . توسط[2] . تولد[2] . تولید[2] . راز[2] . رج[2] . رمزگذاری[2] . روش های معمول حمله به کامپیوترها[2] . دانلودوبسایت[2] . دانلودآسان[2] . خش[2] . اولین دیکشنری رایانه و اینترنت ایران NSCID v2.0[2] . اطلاعات[2] . ببر[2] . بخش[2] . باعث[2] . بررسی حرفه ای 91 NOKIA N[2] . برق[2] . برنامه[2] . بلدرچین[2] . بانک[2] . تبتی[2] . بهترین[2] . بهترین حالت Safe Mode . بهره . بهینه سازی سیستم با Auslogics BoostSpeed 4.5.14.2651 . بیسیک . بیسیک،می . بیش از 50 نوع از کلید های میانبر در ویندوز XP . بیمار . بین . بیومتریک و تجهیزات مربوطه- بخش اول . بیومتریک و تجهیزات مربوطه- بخش دوم . پابند . پاسخ . پاسخ درست به پیام های خطای ویندوز 7 . پانزده مورد از اولینهای اینترنت! خلاقیت اینترنت را به . پایگاه 2000 دو هزار مقاله در موضوع کامپیوتر و نرم افزارهای مختلف . پایگاه 2000 دو هزار مقاله رایانه ای و نرم افزار . پر کنید با انجام این مرحله رمز شما خواهد شد: Al1r37a9 . پردازنده ها . پرسپولیس . پرطرفدارترین . پرهیزگار . پروتکل . پروتکل های انتقال فایل امن در این مقاله برای شما بطور مخ . پروسسورهای امن پاشنه آشیل شاید تا کنون نام Buffer Overflow . پست . پشتپرده همکاری مایکروسافت و فیسبوک مدتهای طولانی جستجو فقط . پنجره آسیب پذیری، دلیلی برای هک شدن . پنهان کردن شاخه ها . پهن . پیام . پیامهایش . تجوید . تبدیل FLAV FLV به AVI با FLAV FLV to AVI Converter v2.58.16 . تبدیل کامپیوتر به تلفن و فکس با نرم افزار PC Telephone 6.0 . تبلیغات . تبلیغاتی . تجربه متفاوت در وبگردی با Flock 2.0 Social Browser . پکیج . پکیج استثنایی کتابخانه الکترونیک 1 » پایان دوران » بزرگترین . پکیج طلایی نرم افزاری 2010 . تاثیرات SMS در روابط اجتماعی . تایپ . تبادل . تر:قطر . ترافیک بیشتری بدست آورید ! . ترتیل . ترشی . ترفند های رجیستری . ترفند های رجیستری (بخش اول) . ترفند های مرورگر کروم همان طور که در مقاله "آموزش گوگل کر . ترفند های ویندوز سرعت اینترنت خود را این بار واقعأ بالا ببرید . ترفند های ویندوز تبدیل F32 به NTFS و برعکس 1- در ویندوز XP . ترفند های ویندوز (بخش اول) . ترفند های ویندوز (بخش پنجم) . ترفند های ویندوز (بخش چهارم) . ترفند های ویندوز (بخش دوم) . ترفند های ویندوز (بخش سوم) . ترفند های ویندوز (بخش ششم) . ترفندهای فروش محصولات دیجیتالی . ترمیم خراشیدگی های دیسک اگر کامپیوتر شما بخاطر خراشیدگی هایی . تروا . ترین . ترکی . بانکداری . بهبود قابلیت های امنیتی IE توسط Windows XP SP2 با سرویس . برای راه اندازی یک سایت بر روی اینترنت چقدر باید هزینه کنیم؟ . برتری موبایل بر کامپیوتر تا دوسال دیگر . برچسبهای . برد اصلی ( MotherBoard ) چیست؟ . بررسی ابزارهای کنترل از راه دور مایکروسافت . بلده . بلند . بلورین . بمراتب . بمنظور . اوقات شرعی >> بازدید امروز: 300 >> بازدید دیروز: 142 >> مجموع بازدیدها: 656300 » درباره من « کهکشان .::مرجع کد آهنگ::. .::دریافت کد موزیک::. » پیوندهای روزانه « دستگاه صافکار جادوییخاوران شاپ - khavaranshopفروشگاه اینترنتی ساعت دیواریفروشگاه اینترنتی توشاپبچه مارکتفروشگاه اینترنتی لیز شاپفروشگاه صاحب قرانفروشگاه اینترنتی دکه ایرانیهالیوود شاپ [1]سی شاپژورنال لباس، لباس شب، سارافون، حاملگی [5]محبوب ترین نرم افزارها [1]وبلاگ مذهبی [129]هادرباد شناسی [89]ورود پسرا ممنوع [238][آرشیو(16)] » آرشیو مطالب « مادربردتعریف ماشین تورینگ و مقایسه آن با ماشینهای واقعیناپدید شدن درایوهاوظایف سیستم عاملاینترنتعکسحافظه مجازیحافظه اصلی رایانهقلم های دیجیتالیتلفن همراه، قاتل زنبور عسلاینترنت میان سیاره ایوسایل جانبی رایانهسخت افزارهوش مصنوعیویروسخطای مودمبازیکد برای زیبایی وبهکآنتی ویروسکلیپ موبایلعکس فانتزیعکسعکس از المپیکبلوتوثسیستم عاملترفندهاجستجوگرهاجوک و اس ام اسبرنامه نویسینر م افزارعکس فانتزی دخترشبکهمقاله1مقاله 2جالب و خواندنیهشدارها ازجالب و خواندنیکوتاه ومفیدمقالات مفیدچیستاناجرا تئاتر شمس پرنده+ عکس بازیگر هدیه تهرانیعکس های حمید گودرزیعکس های بهنوش بختیاریعکس های بهنوش بختیاری 1آبان 1387مهر 1387شهریور 1387مرداد 1387دی 1387آذر 1387بهمن 1387خرداد 1387اردیبهشت 1388خرداد 1388فروشگاهفروشگاه برای شمایوزر پسورد جدید آنتی ویروس nod32 آعکس متحرکدانلود بازی و نرم افزارنرمافزارهای جاسوسی و مقابله با آنهافروشگاه نرم افزارهای تخصصی و گرافیکیفروشگاه نرم افزارهای تخصصی و آموزش نرم افزارهای تخصصیفروشگاه نرم افزارهای تخصصی و آموزش نرم افزارهای تخصصیفروشگاه نرم افزارهای تخصصی و گرافیکیفروشگاه نرم افزارهای تخصصیفروشگاه نرم افزارهای گرافیکیفروشگاه نرم افزارهای موبایل سونی اریکسون و نوکیا و موتورولاشبکهچکلیست کشف نفوذ در سیستمعامل Windows NTمحافظت در مقابل خطرات ایمیلقابلیتهای نرمافزارهای ضدویروسمحافظت در مقابل خطرات ایمیل (?)طرز کار برنامه های ضد ویروسنبرد فیلترها و تولیدکنندگان اسپم (?)ویروس و ضدویروسدانلود قدرتمندترین نرم افزار فشرده سازفایل WinZip Pro 12.1پی CD خش دار Rescue AnyReader3.0تبدیل فرمتهای صوتیFox Audio Converter 7.4تصویر وکتور رمضانRamadan Vector Illustrationدانلودآسان ازرپیدشیر RapidShare Downloaderرمزگذاری و حفاظت از فایلهاFolder Lock 6.2.1دانلودوبسایت بصورت کاملWebsiteExtractor10.0حفاظت از حریم شخصیHistory Killer Pro 4.1.1حذف بدون بازگشت فایلDigitByte File Deleterفیلم برداری از محیط ویندوز BB FlashBack Proناظر اعمال کامپیوتر SpyBoss KeyLogger PRO 4بریدن قسمتی از فیلم Xilisoft Video Cutterدانلود صفحات وبMetaProducts Offline Explorerبازیابی داده Power Data Recovery v4.1.2چک لیست کشف نفوذ در سیستم عامل Windows NTتبدیل متن فینگیلیشی به فارسی En2Fa Translatorمحاسبه سرعت وحجم مصرفی اینترنت BWMeter 4.3.5مجموعه ارزشمند بسم الله - خطاطی280 - p1 - p2 - p3نرم افزار eXPert PDF Professional Edition 6.20آنتی ویروس Avira AntiVir Premium Security Suite 10.0.0.13Kaspersky Internet Security 2010آپدیت آفلاین آنتی ویروس Kaspersky نسخه ی 2010نرم افزار eXPert PDF Professional Edition 6.20آنتی ویروس Avira AntiVir Premium Security Suite 10.0.0.13آنتی ویروس کسپراسکی - Kaspersky Anti-Virus 2010 و Internet SecuKaspersky Internet Security 2010آپدیت آفلاین آنتی ویروس Kaspersky نسخه ی 2010نرمافزارهای جاسوسی و مقابله با آنها (?)ترفند افزایش سرعت اینترنت واستفاده از حداکثر پهنای باند اینترنتKaspersky Internet Security 2010نبرد فیلترها و تولیدکنندگان اسپمپنجره آسیب پذیری، دلیلی برای هک شدنمفاهیم امنیت شبکهحملات پیشرفته ترچگونه با اسپم مقابله کنیم؟حمله به برنامه های وبیپروسسورهای امنکلیدها در رمزنگاریCross-Site ingرمزنگاریمقدمه ای بر IPSecحمله به برنامه های وبیمفاهیم امنیت شبکهمقدمه ای بر شبکه خصوصی مجازی (VPN)مقدمه ای بر تشخیص نفوذ (Intrusion Detectionطرز کار برنامه های ضد ویروسامنیت در پایگاههای داده ای - بخش اولمقدمه ای بر فایروالبیومتریک و تجهیزات مربوطه- بخش دومبیومتریک و تجهیزات مربوطه- بخش اولامنیت تجهیزات شبکهAAA (Authentication, Authorization and Accountingکیفیت کارت گرافیکی خودتان را بالا ببریدمونتاژ یک کامپیوتر(مادربرد و CPU)روشن کردن گوشی های سونی اریکسون با باتری خالیتست عشق و دوستیویندوز 7 - ویندوزی که قابل بحث نیستضد ویروس جهانی KasperSkyکپی کردن هارد به هارد اطلاعاتقابلیت آزاردهنده را حذف کنید Program CompatibilitySpyware Doctor with Antivirus 2010 7.0.0.513چگونه مقالات word را به صورت pdf ذخیره کنیم؟Cloudy With A Chance Of Meatballs (2009مدیریت بر سیستم از راه دور با ویژگی های برتر توسط TeamViewer 5.0Nitro Racers Portableجدیدترین کلیدهای فعال سازی آنتی ویروس Kaspersky برای همه ی ورژنجدیدترین Password و User Name های آنتی ویروس Nod32 برای آپدیتStellar Phoenix windows Data Recovery v4.1.0.1شماره گیری خودکار خطوط مختلف ، برای اتصال به اینترنت در XPبالا بردن سرعت دانلود در اینترنت اکسپلوررسرعت اینترنت خود را این بار واقعأ بالا ببریدتاثیر کامپیوتر و اینترنت بر کودکان و نوجوانانگذاشتن عکس پشت نوار ابزار Explorerتمیزکاری داخل کامپیوترطالع بینی افراد از روی کارت سوختشانهنگامی که گوشی خیس می شود چه باید کرد؟آهنگ فوق العاده زیبای محسن چاوشی با نام شادابیکلیدهای کاربردی برای کار در محیط اینترنتمجموعه زنگ موبایلترفند کدهای مخفی گوشی های چینیآموزش فعال نمودن ClearType در Windows Mobile 6 از بخش ترفند هاتماس اضطراری در شرایط اضطراری به وسیله موبایلترفند فعال کردن رادیو بدون هدست در گوشی های نوکیاترفند پیداکردن فایل گم شده در موبایلترفند فیلم برداری با دوربین تماس تصویریترفند مشاهده اشعه مادون قرمز با دوربین گوشیافزایش صدای سامسونگ E250فهمیدن میزان ساعت کارکرد گوشی های نوکیا سری 60کوکیها و مسائل امنیتیWindows XP Service Pack 2حمله به نشست[انتخاب و محافظت از کلمات عبوربستن درگاه ها بدون استفاده از حفاظشبکه های بیسیم، کاربردها، مزایا و ابعادبهبود قابلیت های امنیتی IE توسط Windows XP SP2کرمهای اینترنتی مفیدشبکه های محلی بیسیمکرمهای اینترنتی مفید10 نکته برای حفظ امنیتروشهای معمول حمله به کامپیوترهاروشهای معمول حمله به کامپیوترهاKeylogger ابزاری برای جاسوسیروش های معمول حمله به کامپیوترهاروش های معمول حمله به کامپیوترهاعناصر فعال شبکههای محلی بیسیمرمزنگاری در پروتکلهای انتقالنوشتن keylogger نرمافزاریپروتکل های انتقال فایل امنسرویسهای امنیتی WEP - Authentication در قسمت قبل به معرفی پروتکلسرویسهای امنیتی 802.11b – Privacy و Integrityکاربرد پراکسی در امنیت شبکهاولین اتصال یک کامپیوتر به اینترنتضعفهای اولیهی امنیتی WEPاولین اتصال یک کامپیوتر به اینترنت10 نکته برای حفظ امنیت کودکان در اینترنتاولین اتصال یک کامپیوتر به اینترنتخطرها، حملات و ملزومات امنیتی (بخش اولارتباط رباییراهنمای والدین با توجه به رده سنی کودکاندفاع علیه حملات Smurf یا Fraggleعدم پذیرش سرویسمعاملات اینترنتی امن، واقعاً امن هستند؟رویدادهای امنیتی و اقدامات لازم در برخورد با آنها (Incident Handطراحی و پیاده سازی زبان های برنامه نویسی جلسه اولدانلود جزوه مهندسی نرم افزارهمه چیز درباره مادربورد ( Motherboard ) ، نحوه انتخاب و خریددیسک سخت جدید با ظرفیت 500 گیگابایتپاسخ به یک سوال و چند نکته مهمپردازنده های دو هسته ای ( Dual – CoreXBOX 360 وارد می شودتوییتر در IEکوتاه اما خواندنی در مورد twitterسازمان گزارشگران بدونمرز؛ ایران جزو 12 دشمن اینترنتبا کرم بلستر بیشتر آشنا شویمارسال پیام ساختگی با Fake Messages v0.75.5 نوکیاکتاب تفسیر نمونهمشاهده کلیپ های یوتوب با MobiTubia v1.85نرم افزار مترو تهران Tehran Metro v1.0بازی بیلیارد فوق العاده Midnight Pool 2 به صورت جاوااندازه گیری سلامتی با موبایل Health Calculator 1.1کتاب رمان یلدا - م.مودب پوردانلود 3herosoft Mobile Video Convertorکتاب دنیای بی جواب - مهندس امیر صالحی مقدمfilesee 6.6 مدیریت و نمایش فایل ها (تبدیل گوشی موبایل به وب کم با SmartCam v1.3نوشتن متن در هنگام مکالمه Smartphoneware Best Call Notes v1.0برج مراقبت کامپیوتر SysResources Manager v10.3کتاب مدیریت زمان (هدف) - دکتر دیوید لوویسهک موبایل از طریق بلوتوث با MagicBlueHack جاواBluetooth File Transfer OBEX FTP v1.20 : انتقال فایل ها از طریقارتباط با شبکه های مجازی Twitter با نرم افزار Mobileways Gravityقدرتمندترین نرم افزار مترجم متن با LEC Power Translator Pro v12اولین دیکشنری رایانه و اینترنت ایران NSCID v2.0جدیدترین نسخه از معروف ترین مترجم دنیا Babylon Pro v8.0.0 r29Google Toolbar for IE 4.0.1019.2378تبدیل کامپیوتر به تلفن و فکس با نرم افزار PC Telephone 6.0بهینه سازی سیستم با Auslogics BoostSpeed 4.5.14.265Bluetooth File Transfer OBEX FTP v1.20 : انتقال فایل ها از طریقارتباط با شبکه های مجازی Twitter با نرم افزار Mobileways Gravityقدرتمندترین نرم افزار مترجم متن با LEC Power Translator Pro v12اولین دیکشنری رایانه و اینترنت ایران NSCID v2.0جدیدترین نسخه از معروف ترین مترجم دنیا Babylon Pro v8.0.0 r29Google Toolbar for IE 4.0.1019.2378مدیریت کامل ویندوز ویستا با Yamicsoft Vista Manager v3.0.5بازی فوق العاده جذاب و مهیج Hero of Spartaتجربه متفاوت در وبگردی با Flock 2.0 Social BrowserShopFactory Gold v7.5.6.8275 نرم افزاری قدرتمند در زمینه ساخت وWatermark Master v2.2.8 نرم افزاری قدرتمند در زمینه watermark نمVista Codec Package 5.05 مجموعه ای کامل از Codec های مورد نیاز وSonne Flash Decompiler v5.0.2.0069 ابزاری برای تجزیه فایل های فلابزار دانلود از سایت راپیدشیر RapGet 1.41 + SSL Libraryبدیل FLAV FLV به AVI با FLAV FLV to AVI Converter v2.58.16کپی رایت لوح های فشرده با Oront Burning Kit 2 Premium v2.6.2مدیریت بر درایورهای سخت افزاری با Driver Genius Professional Ediکاهش حجم و بهینه سازی فلش ها با Flash Optimizer v2.0.1.340افزایش سرعت اینترنت با Ashampoo Internet Accelerator v2.10آدرسهای اینترنت تا سال 2011 تمام میشود؟یستمعامل Windows vista اسیب پذیز تر از windows 2000پردازنده هامایکروسافت ? 9?اصلاحیه برای حفرههای ویندوز منتشر کردبررسی سیستم عامل Windows Server 2003سی گیت حافظه اس.اس.دی، 2ترابایتی تولید کردنگرانی اروپائیها از نقض حریم خصوصی در اینترنتاپل در ابتدای راه هک شدتفاوت Spam و Worm و Trojanویندوز Se7en: محصول 2010 مایکروسافتآرشیو لینک ها دوستانشعر های روز مادر و شعر برای مادرآرشیو لینک ها دوستانآذر 89مرداد 89تیر 89خرداد 89دی 89اسفند 89اردیبهشت 90اردیبهشت 91 » لوگوی وبلاگ « » لینک دوستان « سایت اطلاع رسانی دکتر رحمت سخنی Dr.Rahmat Sokhaniسایت تبیانهادرباد شناسیخورشید پنهانقلمدونسکوت ابدیماهساچبهارانهبهارانه*تنهایی من*تخت جمشیدچانهقرانپوشاک مردانه و زنانه، لباس های روز آقایان و خانم هاکارواش خانگی همه کاره جت مینیهسته گیر آلبالودستگاه بادکش طبی بدن رفع خستگی و حجامتبامبوسفارش پشت سفارشنیاز روزلوکس مارکتخاورانهمه چی دونیحمید رضاروشناییبازارچهآنلاین گلچیندنیای آسانآفتاب و مهتابشیپورچیسیتی شاپ5040 اینترنتیدکه آنلاینسایه روشنراه روشنفروشگاه مرکزیگردش آنلاینتوس بازارگردشگرانچرخ خیاطیاشک شورگنجدونیMATIN 3DAمیرسالارجغجغهجریان شناسی سیاسی - محمد علی لیالیغیرت=عفتبرلیاندر اوج پرواز با احساس تواسیرعشق||*^ــــ^*|| diafeh ||*^ــــ^ *||کلّنا عبّاسُکِ یا زَینببامیلوبهانهروانشناسی آینازاز عین تا قافجبهه مقاومت وبیداری اسلامیحس لطیف من...برای تفکرتنهایی افتابیادداشتها و برداشتهاشباهنگخنده بازارZ.Zیـــه گــــــرگـــــِ بــــــارون دیـــــــــــدهویژه نامه همکاری ملی شمالشرق استان تهرانآقاسیدبااجازه...ما تا آخرایستاده ایم...آموزش گام به گام رانندگیسلام آقاجان - خرید و فروش محصولات کشاورزی و عطاری هاعکس های زیبا و دیدنی از دنیای پرندگان*دنیای جغرافیا*asianگیاهان داروییکوثر ولایتروانشناسی زنان و مردانمجموعه بیانات رهبر معظمگوشی نوکیا 1110، خرید اینترنتی گوشی نوکیا 1110کامپیوتر و لوازم جانبی و نرم افزار آموزشپذیرش تحصیلی و منابع آزمون کارشناسی ارشد کلیه رشته هامنابع آزمون کارشناسی ارشد کلیه رشته هامانتو عبایی طرح رنوس, مانتو عبایی نقره ای, مانتو عبایی مسیست سارافون ودامن شلواری نیلوففتو بلاگراه های و فواید و تاثیر و روحیه ... خدمتگذاریهرچه می خواهد دل تنگت بگوتبادل نظروای ندیدید شما ا!!!!!!!چرا اینجوری؟عمو همه چی دانمقالات روان شناسیکودکان استثناییدانلود - روان شناسی - نرم افزار - کد - مشاوره - بازی - اختلالاتپسوردهای آنتی ویروسشناختیروان شناسی کودکان استثناییمهدویتوبلاگ گروهی ائمه اطهارروان شناسی و اتیسمکتابخانه دیجیتال روانشناسیشیعه مذهب برتر Shia is super relegionجنبش قطره سرگشتهکتاب الکترونیکیروان شناسیعکس متحرک و انیمیشن حیوانات گیاهان کودکان بالن گوشی پرندگانعوامل پیشرفت ، راههای پیشرفت و موانع پیشرفت چیست ؟طوفان در پرانتزخدمات اینترنتی و حراج نرم افزارنرم افزارهای تخصصی و موبایل و نرم افزارهای آموزشی تخصصی و موبایلعطر و ادکلن، لوازم آرایشی بهداشتی،لاغریلوازم آرایشی و بهداشتی و ادکلنپارس دانلودهر چی که بخواهی هستاختلالات و مشکلات جنسیعکس لودهمه چی هست؟!!!!@@عکس جدید بازیگران و پیامک جدید@@فروشگاه کتب روانشناسی، اسلامی، ایران شناسی وسیستم عامللوازم خانگی و اثاثیه منزل و لوازم آشپزیکتاب، مهندسی، روانشناسی، مدیریت، اقتصاد، لغتنامه، شعر، داستاننرم افزارهای، مالی، اداری حسابداری، انبارداری،لوازم بهداشتی آرایشی،عطر ، آدکلن ، لوازم لاغری و کرمنرم افزارهای، بازی، سرگرمی،حادثه ای، اتومبیلرانی،فکری، ورزشینرم افزار، آموزشی ورزشی، هنری، بانوان، کودکان، درسی، دانشگاهیفروشگاه نرم افزارهای نوکیاو موتورلا و سونی اریکسون و سامسونگفروشگاه نرم افزارهای گرافیکی و سرگرمی و بازینرم افزارهای میکس مونتاژ و آموزشی میکس مونتاژپوشاک & تی شرت دخترانه پسرانه استین کوتاه و بلند & ژاکتنرم افزار و دانلود و پیامکسکوت نیمه شبکوچک های بزرگوبلاگی مخصوص نسل سومی هادختر و پسر ها لطفاً وارد نشندسریال افسانه جومونگچگونه خدمتگذار خوبی باشیمعکاسخانهچی داری؟ عکس ....مشکلات زندگی جنسی آیا در زندگیتان ؟؟؟؟پیچیدگی سکوتمتفاوت«بازتاب اخبار روز، تحلیل و تفسیر اخبار» اخبار سبز بدون محدودیتاس ام اس و مطالب طنز و عکسهای متحرکخدای که به ما لبخند میزنددرس درس درسکوثرمشاورهحسننرم افزارهای مالی، اداری حسابداری و انبارداریمقالات مکانیک، برق، الکترونیک، شیمیدلمه پیچ, دستگاه دلمه پیچ Dolmerبسته بزرگ اشتغال زایی و کسب درآمدهسته گیر آلبالوقالب بستنی ساز کودکمنابع آزمون کارشناسی ارشد کلیه رشته هاسوالات کارشناسی ارشد 91 , 92آرایشگری و زیبایی و بهداشت پوستღقلبــــــی بــه بلـــندای مــــــــــــــاهღروان شناسیوب سایت شخصی یاسین گمرکیرنگی ها در ورزش هاFM پلیر فندکی اتومبیلدنیای عکس های متحرک و انیمیشنآموزش ساخت جعبه هدیه، آموزش گل سازی، گل بلندرنمونه سوالات دروس پیش دانشگاهی و متوسطه کلیه رشته هاشمع سازی و چشم های متحرک زیبا و فانتزیپد ضد عرق Underarm shildدیجی کالافروشگاه سی گلقرآن آرامش جاندیجی فروشبیتوتهآموزش خیاطی و کاریکاتورهای ازدواجدختر وروجکهوای بارون دلم.....جهادیسرورعاشقتمدیجی بازارشگفتی های قرآن کریم ...رومیزی ترمه گلبه خوبی فکر کنبا یِ لبخند ملیحسایت مشاوره بهترین تمبرهای جهان دکترسخنیdr.sokhani stampروان شناسی * 心理学 * psychologyfarzad almasiگل باغ آشناییسلامبخور زار♫♪زیبـــاے مُرداب ♪ ♫ » صفحات اختصاصی « » لوگوی لینک دوستان « » موسیقی وبلاگ « » طراح قالب «
ساعت دینامیکی
< LANGUAGE="Java"> var timerID = null; var timerRunning = false; function stopclock () { if(timerRunning) clearTimeout(timerID); timerRunning = false; } function showtime () { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds() var timeValue = "" + ((hours >12) ? hours -12 :hours) timeValue += ((minutes < 10) ? ":0" : ":") + minutes timeValue += ((seconds < 10) ? ":0" : ":") + seconds timeValue += (hours >= 12) ? " P.M." : " A.M." document.clock.face.value = timeValue; // you could replace the above with this // and have a clock on the status bar: // window.status = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true; } function startclock () { // Make sure the clock is stopped stopclock(); showtime(); } > TEXT="ffffff">
پیغام باز شدن صفحه
< LANGUAGE="Java"> > Bijariran
Bijariran
و یه عالمه کد جذاب دیگه در
ادامه مطلب
کدقرار دادن لوگو فلش در وبلاگ : به جای Adress Of Flash Logo باید آدرس لوگوی خود رو بنویسید
<center><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="Logo" src="Adress Of Flash Logo" swLiveConnect="true" allowAccess="samedomain" width="100" height="65" ></center>
کد باکس برای قرار دادن کد لوگو در آن
<center><textarea style="border: 1px none ; background-image:url("http://www.mihanblog.com/Files/InputBG.gif"); name="S1" rows="1" cols="10" dir="ltr" name="Logo_Code"> کد لوگو یا لینک خود رو اینجا بزارید </textarea></center>
کد نمایش متن دلخاه به دور موس
<!-- START OF Mouse Cursor Text Trailer DHTML --> <!-- SUMMARY BRIEF This DHTML will make a text message follow your cursor around the screen. You can change the message to say whatever you want. You can change the font face, color and size in the .trailersytle tag below. You can change the message in the java below that. Just look for the comment that says "Insert your personal message below." --> <!-- Put this portion of the inside of your <HEAD> tag --> <style> .trailerstyle { position: absolute; visibility: visible; top: -50px; font-size: 12px; font-family: Arial,Helvetica,Verdana; font-weight: bold; color: #000000; } </style> <> <!-- var x,y var step=20 var flag=0 // Insert your personal message below. // Important: Do NOT remove the space at the end of the sentence!!! var message=" www.msaeed.250free.com " message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function mousetrailer() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = ("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = ("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("mousetrailer()",30) } //--> </> <!-- Put this code inside of your <BODY> tag. --> <> <!-- for (i=0;i<=message.length-1;i++) { document.write("<span id="span"+i+"" class="trailerstyle">") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; //--> </> <!-- Lastly, insert the following into the <BODY> tag, itself, just like the example that follows. --> example: <body onLoad="mousetrailer()" style="width:100%;overflow-x:hidden;overflow-y:scroll"> <!-- END OF Mouse Cursor Text Trailer DHTML -->
کد ایجاد لینک زیر شاخه ای
<!-- This opens a separate window for the locations you give it. Pages are neat but pictures make a cool photo album. Change the attributes that read menubar=0,toolbar=0, etc... and Width & Height to meet your needs. Make sure you place the URL"s you want to go to and their names below.--> < language="Java"> <!-- Hide the from old browsers -- function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value,"main","menubar=1,toolbar=0,location=0,directories=0,status=1,copyhistory=0,width=235,height=235"); } //--> </> <CENTER> <FORM NAME="myform"> <SELECT NAME="dest" SIZE=1> <OPTION VALUE="http://www.msaeed.250free.com">CoffeeCup Software <OPTION VALUE="http://www.msaeed.250free.com">Too Much Coffee Man <OPTION VALUE="http://www.msaeed.250free.com">Netscape <OPTION VALUE="http://www.msaeed.250free.com">InfoSeek </SELECT> <P> <INPUT TYPE="BUTTON" VALUE="Go !" onClick="surfto(this.form)"> </FORM> </CENTER>
<!-- START OF Drop Down DHTML --> <!-- SUMMARY BRIEFS This DHTML will create a drop down link box out of an ordinary link. VERY COOL!!!! The top portion of this goes above the <BODY> tag. The second portion goes where you want the drop down link box to be. --> <style> <!-- #wrapper{ position:relative; height:30px } #wrapper2{ position:absolute } #coffeemenu03{ filter:revealTrans(Duration=1.5,Transition=12) visibility:hide } --> </style></HEAD> <BODY> <ilayer id="coffeemenu01" height=35px> <layer id="coffeemenu02" visibility=show> <span id="wrapper"> <span id="wrapper2" onClick="dropit2();event.cancelBubble=true;return false"> <font face="Verdana"><b><a href="java:if(confirm("http://www.msaeed.250free.com/notthisbrowser.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?"))window.location="http://www.msaeed.250free.com/notthisbrowser.html"" tppabs="http://www.msaeed.250free.com/notthisbrowser.html">Click Here To Navigate</a></b></font> </span> </span> </layer> </ilayer> < language="Java1.2"> var enableeffect=true var selection=new Array() selection[0]="<font face="ARIAL BLACK"><a href="http://www.msaeed.250free.com">Order Our Stuff</a><br>" selection[1]="<a href="http://www.msaeed.250free.com">Contact Us via E-mail</a><br>" selection[2]="<a href="http://www.msaeed.250free.com">Help With Our Items</a><br>" selection[3]="<a href="http://www.msaeed.250free.com">Products We Have</a><br>" selection[4]="<a href="http://www.msaeed.250free.com">Services We Offer</a><br></font>" if (document.layers) document.coffeemenu01.document.coffeemenu02.visibility="show" function dropit2(){ if (document.all){ coffeemenu03.style.left=document.body.scrollLeft+event.clientX-event.offsetX coffeemenu03.style.top=document.body.scrollTop+event.clientY-event.offsetY+18 if (coffeemenu03.style.visibility=="hidden"){ if (enableeffect) coffeemenu03.filters.revealTrans.apply() coffeemenu03.style.visibility="visible" if (enableeffect) coffeemenu03.filters.revealTrans.play() } else{ hidemenu() } } } function dropit(e){ if (document.coffeemenu03.visibility=="hide") document.coffeemenu03.visibility="show" else document.coffeemenu03.visibility="hide" document.coffeemenu03.left=e.pageX-e.layerX document.coffeemenu03.top=e.pageY-e.layerY+19 return false } function hidemenu(){ if (enableeffect) coffeemenu03.filters.revealTrans.stop() coffeemenu03.style.visibility="hidden" } function hidemenu2(){ document.coffeemenu03.visibility="hide" } if (document.layers){ document.coffeemenu01.document.coffeemenu02.captureEvents(Event.CLICK) document.coffeemenu01.document.coffeemenu02.onclick=dropit } else if (document.all) document.body.onclick=hidemenu </> <div id="coffeemenu03" style="position:absolute;left:0;top:0;layer-background-color:#C0C0C0;background-color:#C0C0C0;width:200;visibility:hidden;border:2px solid black;padding:0px"> < language="Java1.2"> if (document.all) coffeemenu03.style.padding="4px" for (i=0;i<selection.length;i++) document.write(selection[i]) </> </div> < language="Java1.2"> if (document.layers){ document.coffeemenu03.captureEvents(Event.CLICK) document.coffeemenu03.onclick=hidemenu2 } </> <!-- END OF Drop Down DHTML -->
کد نمایش پیام به صورت افکت1
<!-- START OF Message Reader DHTML --> <!-- SUMMARY BRIEFS This DHTML will cycle through 4 different text links. You can adjust the text and links below to meet your webpage. IMPORTANT Make suer that this body tag is included in your webpage. It activates the Message Reader. --> <body onload="if (document.all||document.layers) {regenerate2();update()}"> <style> <!-- #msgline{ position:relative; layer-background-color:black; width:400; height:12; } #msgtext{ background-color:black; position:absolute; border: 1px solid black; width:400; height:12; } .msgtextfont{ font:bold 16px Arial; postition:absolute; left:5px; text-decoration:none; color:white; } .msgtextfont a{ color:white; text-decoration:none; } --> </style> <div id="msgline"> <div id="msgtext" class="msgtextfont">Starting Messages...</div> </div> < language="Java1.2"> var speed=4000 var news=new Array() news[0]="<a href="http://www.msaeed.250free.com">First line of text....</a>" news[1]="<a href="http://www.msaeed.250free.com">Second line of text....</a>" news[2]="<a href="http://www.msaeed.250free.com">Third line of text....</a>" news[3]="<a href="http://www.msaeed.250free.com">Add as many as you want....</a>" i=0 if (document.all) ticker=document.all.msgtext.style else ticker=document.msgline.document function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers) setTimeout("window.onresize=regenerate",450) } function update(){ BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10); if (document.layers){ document.msgline.document.msgtext.document.write("<span class="msgtextfont">"+news[i]+"</span>") document.msgline.document.msgtext.document.close() } else document.all.msgtext.innerHTML=news[i] if (i<news.length-1) i++ else i=0 setTimeout("update()",speed) } function BgFade(red1, grn1, blu1, red2, grn2, blu2, steps) { sred = red1; sgrn = grn1; sblu = blu1; ered = red2; egrn = grn2; eblu = blu2; inc = steps; step = 0; MsgDither(); } function MsgDither() { var epct = step/inc; var spct = 1 - epct; if (document.layers) ticker.bgColor = Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor(sblu * spct + eblu * epct); else ticker.backgroundColor= Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor(sblu * spct + eblu * epct); if ( step < inc ) { setTimeout("MsgDither()",50); } step++; } </> <!-- END OF Message Reader DHTML -->
کد نمایش متن به صورت افکت2
<!-- START OF Zoom Message DHTML --> <!-- SUMMARY BRIEFS This example shows how you can create a webpage that displays lines of text that appear to be flying out of the webpage. Our example has an image. IMPORTANT The image used in this example can be found in the CoffeeCup Software folder. You do not need an image for it to work. --> <!-- Style Sheet created with the CoffeeCup StyleSheet Maker++ --> <!-- http://www.msaeed.250free.com --> <style type="text/css"> body { background-color:#FFFFFF; font-family: Arial; font-size:10pt; } </style> <> //<!--Change this text--> text=new Array("www.",msaeed",".250free",".com","The Best Website") //<!--This is the number of words in your message--> var numText=5 //<!--These are the colors the last word will fade to. The first color is the main color.--> color=new Array("#000000","#2F2F2F","#4F4F4F","#7F7F7F","#408080") //<!--This is the total number of colors from above.--> var numColors=5 //<!--This is the size you want the zoom to end at.--> var endSize=70 //<!--This is the speed you want it to zoom in.--> var Zspeed=30 //<!--This is the speed the colors will fade.--> var Cspeed=200 //<!--This is the font of the fade in message.--> var font="Arial Black" //<!--This will allow you to have the message stay or go. True will make it go. // False will make it stay.--> var hide=false var size=10 var gonum=0 var ie, n; if (document.all) { n=0 ie=1 zoomText="document.all.zoom.innerText=text[num]" zoomSize="document.all.zoom.style.fontSize=size" closeIt="" fadeColor="document.all.zoom.style.color=color[num]" } if (document.layers) { n=1;ie=0 zoomText="" zoomSize="document.zoom.document.write("<p align=\"center\" style=\"font-family:"+font+"; font-size:"+size+"px; color:"+color[0]+"\">"+text[num]+"</p>")" closeIt="document.zoom.document.close()" fadeColor="document.zoom.document.write("<p align=\"center\" style=\"font-family:"+font+"; font-size:"+endSize+"px; color:"+color[num]+"\">"+text[numText-1]+"</p>")" } function zoom(num,fn){ if (size<endSize){ (zoomText) (zoomSize) (closeIt) size+=5; setTimeout("zoom("+num+",""+fn+"")",Zspeed) }else{ (fn); } } function fadeIt(num){ if (num<numColors){ (fadeColor) (closeIt) num+=1; setTimeout("fadeIt("+num+")",Cspeed) }else{ hideIt() } } function hideIt(){ if(hide){ if(ie)document.all.zoom.style.visibility="hidden" if(n)document.layers.zoom.visibility="hidden" } } function init(){ if(ie){ document.all.zoom.style.color=color[0] document.all.zoom.style.fontFamily=font } if(ie || n) go(0) } function go(num){ gonum+=1 size=10 if(num<numText){ zoom(num,"go("+gonum+")") }else{ fadeIt(0) } } </> </head> <body onload="init()" bgcolor="FFFFFF"> <CENTER> </CENTER><P> <div id="zoom" align="center" style="position:absolute; top:150"> </DIV> <!-- END OF Zoom Message DHTML -->
کد اضافه کردن صفحه به بوکمارک
<!-- START OF Add Bookmark in IE DHTML --> <!-- SUMMARY BRIEF This code will allow you to put a link on your page that, when clicked, will add a URL to the user"s Favorites. NOTE: This will only work for IE users. It will NOT work for users using Netscape. You can change the bookmark link and text in the var bookmarkurl and var bookmarktitle attributes below. You can change the text of the actual link in the <A HREF> code that you will place for your link to appear in your page. It is located at the bottom of this page. --> <!-- Put this code inside of your <HEAD> tag. --> < language="Java1.2"> <!-- var bookmarkurl="http://www.msaeed.250free.com/" var bookmarktitle="-=[ Webloger Web Site ]=-" function ccaddbookmark() { if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } //--> </> <!-- Put this code into your page wherever you want the link to be. --> <a href="java:ccaddbookmark()" target="_self"> <font size="1" face="Arial">[ Add Webloger to your Favorites ]</font> </a> <!-- END OF Add Bookmark in IE DHTML -->
کد اتوماتیک صفحه را ماکزیمم می کند
<!-- START OF Window Auto Maximize DHTML --> <!-- SUMMARY BRIEF This code will automatically maximize the browser window when the page is loaded. --> <!-- Put this code inside of your <HEAD> tag. --> < language="Java1.2"> <!-- top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } //--> </> <!-- END OF Window Auto Maximize DHTML -->
افکتی زیبا برای لینکها:
<head> < language="Java"> fadeColor = "#40a0ec"; // رنگ مورد نظرتان را اینجا وارد کنید stepIn = 20; // delay when fading in stepOut = 20; // delay when fading out /* set to true or false; true will ** cause all links to fade automatically ** (you won"t need to add class="fade") ***/ autoFade = true; /* set to true or false; true will cause all CSS ** classes with "fade" in them to fade onmouseover ***/ sloppyClass = true; /* set to true or false; true will make the ** work for Macs (IE 5+), but you will have to give ** a name (name="blah") to each link that you want ** to fade. ***/ macCompat = false; /** **** </config> **************/ /************* **** <install> ** Now, once you have customized your fading colors, you need to include your customized .js file on every page that you want to use it in. You can include java files using this syntax (in the head of a document): Now that you have the file included, you need to setup your links a small bit. Each link that you want to fade needs to use the fade class. Example: <a href="blah.html" class="fade">click here</a> Also, the link must be plain text. This means that you can"t have <b>"s, <i>"s, <font>"s, etc. inside of the link. Example of what not to do: <a href="blah.html" class="fade"><b>click</b> here</a> Have fun! -Anarchos- ** **** </install> **************/ hexa = new makearray(16); for(var i = 0; i < 10; i++) hexa[i] = i; hexa[10]="a"; hexa[11]="b"; hexa[12]="c"; hexa[13]="d"; hexa[14]="e"; hexa[15]="f"; document.onmouseover = domouseover; document.onmouseout = domouseout; fadeColor = dehexize(fadeColor.toLowerCase()); var fadeId = new Array(); function dehexize(Color){ var colorArr = new makearray(3); for (i=1; i<7; i++){ for (j=0; j<16; j++){ if (Color.charAt(i) == hexa[j]){ if (i%2 !=0) colorArr[Math.floor((i-1)/2)]=(j)*16; else colorArr[Math.floor((i-1)/2)]+=(j); } } } return colorArr; } function domouseover() { if(document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { if (!srcElement.startColor) { srcElement.startColor = (srcElement.style.color)? srcElement.style.color: srcElement.currentStyle.color; srcElement.startColor = dehexize(srcElement.startColor.toLowerCase()); } var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(srcElement.startColor,fadeColor,link,stepIn); else if (macCompat) alert("Error: Mac Compatility mode enabled, but link has no name."); } } } function domouseout() { if (document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(fadeColor,srcElement.startColor,link,stepIn); } } } function makearray(n) { this.length = n; for(var i = 1; i <= n; i++) this[i] = 0; return this; } function hex(i) { if (i < 0) return "00"; else if (i > 255) return "ff"; else return "" + hexa[Math.floor(i/16)] + hexa[i%16]; } function setColor(r, g, b, element) { var hr = hex(r); var hg = hex(g); var hb = hex(b); element.style.color = "#"+hr+hg+hb; } function fade(s,e,element,step) { var sr = s[0]; var sg = s[1]; var sb = s[2]; var er = e[0]; var eg = e[1]; var eb = e[2]; if (fadeId[0] != null && fade[0] != element && (fadeId[0])) { var orig = (fadeId[0]); setColor(orig.startColor[0],orig.startColor[1],orig.startColor[2],orig); var i = 1; while(i < fadeId.length) { clearTimeout(fadeId[i]); i++; } } for(var i = 0; i <= step; i++) { fadeId[i+1] = setTimeout("setColor(Math.floor(" +sr+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +er+ " * (" +i+ "/" + step+ ")),Math.floor(" +sg+ " * (( " +step+ " - " +i+ " )/ " +step+ " ) + " +eg+ " * (" +i+ "/" +step+ ")),Math.floor(" +sb+ " * ((" +step+ "-" +i+ ")/" +step+ ") + " +eb+ " * (" +i+ "/" +step+ ")),"+element+");",i*step); } fadeId[0] = element; }</> </head> <!----- By Theme.blogfa.com ---->
باز شدن صفحه پاپ آپ همزمان با وبلاگ:
<head> <>window.open("http://آدرس صفحه مردنظرتان")</> <head> <!----- By Theme.blogfa.com ---->
جعبه ماتریکس:
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <style type="text/css"> .matrix { font-family: Arial; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;} </style> < type="text/java" language="Java"> <!-- var rows=11; var speed=50; var reveal=2; var effectalign="center" var w3c=document.getElementById && !window.opera;; var ie45=document.all && !window.opera; var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho; var m_coch=new Array(); var m_copo=new Array(); window.onload=function() { if (!w3c && !ie45) return var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"]; ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML; ma_txt=" "+ma_txt+" "; columns=ma_txt.length; if (w3c) { while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]); ma_tab=document.createElement("table"); ma_tab.setAttribute("border", 0); ma_tab.setAttribute("align", effectalign); ma_tab.style.backgroundColor="#000000"; ma_bod=document.createElement("tbody"); for (x=0; x<rows; x++) { ma_row=document.createElement("tr"); for (y=0; y<columns; y++) { matemp=document.createElement("td"); matemp.setAttribute("id", "Mx"+x+"y"+y); matemp.className="matrix"; matemp.appendChild(document.createTextNode(String.fromCharCode(160))); ma_row.appendChild(matemp); } ma_bod.appendChild(ma_row); } ma_tab.appendChild(ma_bod); matrix.appendChild(ma_tab); } else { ma_tab="<ta"+"ble align=""+effectalign+"" border="0" style="background-color:#000000">"; for (var x=0; x<rows; x++) { ma_tab+="<t"+"r>"; for (var y=0; y<columns; y++) { ma_tab+="<t"+"d class="matrix" id="Mx"+x+"y"+y+""> </"+"td>"; } ma_tab+="</"+"tr>"; } ma_tab+="</"+"table>"; matrix.innerHTML=ma_tab; } ma_cho=ma_txt; for (x=0; x<columns; x++) { ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94)); m_copo[x]=0; } ma_bod=setInterval("mytricks()", speed); } function mytricks() { x=0; for (y=0; y<columns; y++) { x=x+(m_copo[y]==100); ma_row=m_copo[y]%100; if (ma_row && m_copo[y]<100) { if (ma_row<rows+1) { if (w3c) { matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y); matemp.firstChild.nodeValue=m_coch[y]; } else { matemp=document.all["Mx"+(ma_row-1)+"y"+y]; matemp.innerHTML=m_coch[y]; } matemp.style.color="#33ff66"; matemp.style.fontWeight="bold"; } if (ma_row>1 && ma_row<rows+2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y]; matemp.style.fontWeight="normal"; matemp.style.color="#00ff00"; } if (ma_row>2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y]; matemp.style.color="#009900"; } if (ma_row<Math.floor(rows/2)+1) m_copo[y]++; else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y); else if (ma_row<rows+2) m_copo[y]++; else if (m_copo[y]<100) m_copo[y]=0; } else if (Math.random()>0.9 && m_copo[y]<100) { m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length)); m_copo[y]++; } } if (x==columns) clearInterval(ma_bod); } function zoomer(ycol) { var mtmp, mtem, ytmp; if (m_copo[ycol]==Math.floor(rows/2)+1) { for (ytmp=0; ytmp<rows; ytmp++) { if (w3c) { mtmp=document.getElementById("Mx"+ytmp+"y"+ycol); mtmp.firstChild.nodeValue=m_coch[ycol]; } else { mtmp=document.all["Mx"+ytmp+"y"+ycol]; mtmp.innerHTML=m_coch[ycol]; } mtmp.style.color="#33ff66"; mtmp.style.fontWeight="bold"; } if (Math.random()<reveal) { mtmp=ma_cho.indexOf(ma_txt.charAt(ycol)); ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length); } if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1); m_copo[ycol]+=199; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]>200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol); mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol); } else { mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol]; mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol]; } mtmp.style.fontWeight="normal"; mtem.style.fontWeight="normal"; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2); if (m_copo[ycol]>100 && m_copo[ycol]<200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol); mtmp.firstChild.nodeValue=String.fromCharCode(160); mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol); mtem.firstChild.nodeValue=String.fromCharCode(160); } else { mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol]; mtmp.innerHTML=String.fromCharCode(160); mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol]; mtem.innerHTML=String.fromCharCode(160); } setTimeout("zoomer("+ycol+")", speed); } } // --> </> </head> <body> <div id="matrix">Theme.Blogfa.com</div> </body> </html> <!----- By Theme.blogfa.com ---->
نمایش کلمات مورد نظر شما در استاتوس بار با افکت:
</html> < language="java"> var text1="!-->Theme.blogfa.com<--! " retagain=0 goagainto=0 xxx=0 function dis(){ window.status=text1.substring(0,goagainto) if(retagain==1){ goagainto--; if(goagainto==0){retagain=0} } else {goagainto++;if(goagainto==text1.length){retagain=1}} xxx++ if (xxx==1) {window.status=text1.substring(0,goagainto)+" /"} if (xxx==2) {window.status=text1.substring(0,goagainto)+" --"} if (xxx==3) {window.status=text1.substring(0,goagainto)+" \\"} if (xxx==4) {window.status=text1.substring(0,goagainto)+" |"} if (xxx==4) {xxx=0} if(goagainto==text1.length){window.setTimeout("dis()",1200);} else {window.setTimeout("dis()",60);} } dis() </> <!----- By Theme.blogfa.com ---->
لرزش صفحه هنگام ورود به وبلاگ:
<head> < language=Java> <!-- Begin function shake(n) { if (parent.moveBy) { for (i = 10; i > 0; i--) { for (j = n; j > 0; j--) { parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,i); } } } } // End --> <!-- shake(1); //--> </> </head> <!----- By Theme.blogfa.com ---->
چرخش عنوان وبلاگ در نوار عنوان و تسک بار:
</html> < language=java> msg = "WWW.Theme.Blogfa.Com"; msg = "..." + msg;pos = 0; function scrollMSG() { document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++; if (pos > msg.length) pos = 0 window.setTimeout("scrollMSG()",200); } scrollMSG(); </> <!----- By Theme.blogfa.com ---->
نمایش تاریخ و ساعت در کنار عنوان وبلاگ در نوار عنوان و تسک بار:
<head> < language="java"> var aWFMnBspm="- ساعت: ";var AWFMnBspm="24 HOURS";var awfmnbSpm=document.title;var AwfmnbSpm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";function aWfmnbSpm(){var awFmnbSpm=new Date();awfMnbSpm=awFmnbSpm.getSeconds();AWfmnbSpm=awFmnbSpm.getHours();aWFmnbSpm=awFmnbSpm.getMinutes();var awFMnbSpm;if(AWFMnBspm=="24 HOURS"){if((AWfmnbSpm>=12)&&(AWfmnbSpm<24)){awFMnbSpm="عصر";AWfmnbSpm-=12;}else{awFMnbSpm="صبح";}}else{awFMnbSpm="";}if (aWFmnbSpm<=9){aWFmnbSpm = "0"+aWFmnbSpm;}if (awfMnbSpm<=9){awfMnbSpm = "0"+awfMnbSpm;}if (AWfmnbSpm<=9){AWfmnbSpm = "0"+AWfmnbSpm;}if(AwfmnbSpm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AwfmnbSpm)document.title=awfmnbSpm+aWFMnBspm+AWfmnbSpm+":"+aWFmnbSpm+":"+awfMnbSpm+" "+awFMnbSpm; };setInterval("aWfmnbSpm()",500); </> </head> <!----- By Theme.blogfa.com ---->
کد اطلاعاتی در مورد صفحه
<!-- BORN ON DATE: Let your users know if your site has changed since their last visit --> <BODY> <CENTER> <TABLE border=2 cellspacing=0 cellpadding=3> <TR><TD bgcolor="#000044"> <FONT color="#4400ff" face=georgia,arial size=+1> <CENTER> < LANGUAGE="Java"> <!-- document.write(document.title); //--> </> </TD></TR> <TR><TD bgcolor="#336699"> <FONT size=-1 color="#66ccff" face="trebuchet MS","arial"> <FONT color="#66ccff">Born on:</font> <!-- Put the page creation date, here. --> May 11, 1979 <BR> < LANGUAGE="Java"> <!-- Begin function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function DeleteCookie(name) { var exp = new Date(); FixCookieDate (exp); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); if (cval != null) document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } var cookie_date=new Date(document.lastModified); var expdate = new Date(); expdate.setTime(expdate.getTime()+(5*24*60*60*1000)); document.write("<Font color=66ccff>" + "Last updated: "+ "</font>" +document.lastModified); document.write(""); if (!(cookie_date == GetCookie("cookie_date"))){ SetCookie("cookie_date",cookie_date,expdate); document.write("<font color="#66ccff"><br>Site has changed since last visit!</font><br>"); } // End --> </> </FONT> </TD></TR> </TABLE> </CENTER>
کد منوی کشوی لینک پس از انتخاب و زدن دکمه وارد لینک شود
<!-- Start Of Drop Down Box Scroll --> <!-- When you make a selection from the list, all the choices scroll --> <!-- Instructions: Just put this anywhere on your webpage where you want cool links. --> <!-- Does not display in IE --> <center> < LANGUAGE="Java"> <!-- var sid="mitnamdliw_wildmantim"; function selectaplace(form) { var appname= navigator.appName; var appversion=parseInt(navigator.appVersion); if (appname == "Netscape" && appversion >= 3){ var formindex=form.select1.selectedIndex; var storage=form.select1.options[formindex].text; if (form.select1.options[formindex].value != "none") { var msg=storage+" You are now being teleported to -> "+storage; for (var spot=0;spot<msg.length-storage.length;spot++) { var x=msg.substring(spot,msg.length); form.select1.options[formindex].text=x; for(var d=0;d<150;d++) { }; } document.location=form.select1.options[formindex].value; form.select1[formindex].text=storage; } else { form.select1[formindex].text="Not a real option!"; for(var d=0;d<1250;d++) { }; form.select1[formindex].text=storage; } } else { var formindex=form.select1.selectedIndex; document.location=form.select1.options[formindex].value; } } function makeMyMenu() { document.write ("<form><select name="select1" onChange="selectaplace(this.form)" size=1>"); document.write ("<option value=http://www.msaeed.250free.com>khafan Website"); document.write ("<option value=http://www.msaeed.250freet.com>Andy Art"); document.write ("<option value=http://www.msaeed.250free.com>CNET"); document.write ("<option value=http://www.msaeed.250free.com>Tucows"); document.write ("<option value=http://www.msaeed.250free.com>WinZIP"); document.write ("</select>"); document.write ("</form>"); } while(sid!="mitnamdliw_wildmantim"){}; makeMyMenu(); //--> </> </center> <!-- END OF --> <!/>
کد دکمه ای برای خاموش و روشن کردن صفحه
<!-- DEION: This will make your background colors change upon buttonclick. INSTRUCTIONS: Place this in the HEAD tags of your webpage. Then place the button in your webpage. When someone clicks it, the webpage background colors will blink. To change the color of the blinking background, alter the color-hex tag in the "function blinkOn" section. This is the very first section of the Java. --> < LANGUAGE="Java"> //Modified by CoffeeCup Software //This code is Copyright (c) 1997 CoffeeCup Software //all rights reserved. License is granted to a single user to //reuse this code on a personal or business Web Site. function blinkOn(){ theWin.document.bgColor = "#000000" nTimes++ CCTimeOutID = window.setTimeout("blinkOff()",250); } function blinkOff(){ theWin.document.bgColor = "FFFFFF" if (nTimes < 5) CCTimeOutID = window.setTimeout("blinkOn()",250); else theWin.history.go(0) } function blinkCC(aWin) { nTimes = 0 theWin = aWin CCTimeOutID = window.setTimeout("blinkOn()",250); } </> <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="On/Off Switch" onClick="blinkCC(self)"></FORM></CENTER>
کد رنگی کردن اسکرول بار
<STYLE>BODY { SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray; SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: red } </STYLE>
کد گذاشتن جستجو در سایت یا وبلاگ
< language=Java> var NS4 = (document.layers); var IE4 = (document.all); var win = window; var n = 0; function findInPage(str) { var txt, i, found; if (str == "") return false; if (NS4) { if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; if (n == 0) alert("Not found."); } if (IE4) { txt = win.document.body.createTextRange(); for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } else { if (n > 0) { n = 0; findInPage(str); } else alert("(( ببخشید... کلمه ای که نوشتی تو وبلاگ نیست)) "); } } return false; } </> <FORM name=search onsubmit="return findInPage(this.string.value);"> <P align=center><FONT size=3><INPUT style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid" onchange="n = 0;" size=11 name=string></FONT><BR><INPUT style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #aaaaaa" type=submit value=جستجو در وبلاگ ><center><font size=2pt;><font family=Times New Roman;><b><A title=persianblog href="java:if(confirm("http://www.msaeed.250free.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.msaeed.250free.com/"" tppabs="http://www.msaeed.250free.com/">Javas </A><BR> </P></FORM></DIV><BR><!-- /Search-->
کد گلباران در سایت
< language="Java1.2"> //Pre-load your image below! grphcs=new Array(6) Image0=new Image(); Image0.src=grphcs[0]="http://home.ripway.com/2004-5/117697/1.gif"; Image1=new Image(); Image1.src=grphcs[1]="http://home.ripway.com/2004-5/117697/2.gif" Image2=new Image(); Image2.src=grphcs[2]="http://home.ripway.com/2004-5/117697/3.gif" Image3=new Image(); Image3.src=grphcs[3]="http://home.ripway.com/2004-5/117697/4.gif" Image4=new Image(); Image4.src=grphcs[4]="http://home.ripway.com/2004-5/117697/5.gif" Image5=new Image(); Image5.src=grphcs[5]="http://home.ripway.com/2004-5/117697/6.gif" Amount=8; //Smoothness depends on image file size, the smaller the size the more you can use! Ypos=new Array(); Xpos=new Array(); Speed=new Array(); Step=new Array(); Cstep=new Array(); ns=(document.layers)?1:0; ns6=(document.getElementById&&!document.all)?1:0; if (ns){ for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<LAYER NAME="sn"+i+"" LEFT=0 TOP=0><img src="+rndPic+"></LAYER>"); } } else{ document.write("<div style="position:absolute;top:0px;left:0px"><div style="position:relative">"); for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<img id="si"+i+"" src=""+rndPic+"" style="position:absolute;top:0px;left:0px">"); } document.write("</div></div>"); } WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; for (i=0; i < Amount; i++){ Ypos[i] = Math.round(Math.random()*WinHeight); Xpos[i] = Math.round(Math.random()*WinWidth); Speed[i]= Math.random()*5+3; Cstep[i]=0; Step[i]=Math.random()*0.1+0.05; } function fall(){ var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft; for (i=0; i < Amount; i++){ sy = Speed[i]*Math.sin(90*Math.PI/180); sx = Speed[i]*Math.cos(Cstep[i]); Ypos[i]+=sy; Xpos[i]+=sx; if (Ypos[i] > WinHeight){ Ypos[i]=-60; Xpos[i]=Math.round(Math.random()*WinWidth); Speed[i]=Math.random()*5+3; } if (ns){ document.layers["sn"+i].left=Xpos[i]; document.layers["sn"+i].top=Ypos[i]+hscrll; } else if (ns6){ document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]); document.getElementById("si"+i).style.top=Ypos[i]+hscrll; } else{ ("document.all.si"+i).style.left=Xpos[i]; ("document.all.si"+i).style.top=Ypos[i]+hscrll; } Cstep[i]+=Step[i]; } setTimeout("fall()",20); } window.onload=fall //--> </>
کد جستجوگر ام اس ان در سایت
<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 2</title> </head> <body> <table BORDER="0" WIDTH="222" HEIGHT="18"> <tr> <td WIDTH="214" HEIGHT="10"> <form NAME="search" ID="search" ACTION="http://search.msn.com/results.asp" METHOD="get"> <p><a HREF="java:if(confirm("http://www.msn.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.msn.com/"" tppabs="http://www.msn.com/"> <img SRC="splogo_min.gif.htm" tppabs="http://go.msn.com/AG/E/0.asp" width="61" height="33" BORDER="0" ALT="Go to msn.com"></a><font FACE="arial" SIZE="2"><strong>Search <font COLOR="#808080">the Web for:</font></strong></font><br> <input TYPE="text" ID="q" SIZE="18" MAXLENGTH="251" NAME="q" VCARD_NAME="SearchText"><input TYPE="submit" VALUE="Search" NAME="B1"><input TYPE="hidden" NAME="FORM" VALUE="FRNT"><input TYPE="hidden" NAME="un" VALUE="doc"><input TYPE="hidden" NAME="v" VALUE="1"></p> </form> </td> </tr> <tr> <td WIDTH="214" HEIGHT="21" VALIGN="bottom"> <p ALIGN="center"><font SIZE="1" FACE="arial"> <a HREF="java:if(confirm("http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT"" tppabs="http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT">Use Advanced Search</a></font></td> </tr> </table> <p> </p> </body> </html> </body> </html>
<!-- Start of Back/Forward Buttons --> <!-- Instructions: Just put this anywhere on your webpage and you will give your visitor 2 Back and Forward Navigation buttons. Designed for websites that have multiple webpages. --> < LANGUAGE="Java"> <!-- hide this tag"s contents from old browsers function goHist(a) { history.go(a); // Go back one. } //<!-- done hiding from old browsers --> </> <FORM METHOD="post"> <INPUT TYPE="button" VALUE=" BACK " onClick="goHist(-1)"> <INPUT TYPE="button" VALUE="FORWARD" onClick="goHist(1)"> </form> <!-- End of Back/Forward Buttons -->
کد نمایش متن ها به طور زیبا
<!-- Start of Fade In and Out Java--> <!-- Place this entire into a new webpage and then work off the example. Do not --> <!-- try to incorporate into an existing webpage, else you may disrupt the --> <!-- supplied with CoffeeCup HTML Editor --> <!-- www.msaeed.250free.com --> <HTML> <HEAD> <style type="text/css"> <!-- #fadeMe01 { position: absolute; visibility: visible; width: 410px } #fadeMe02 { position: absolute; visibility: visible; width: 400px } .content { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center } .content1 { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center } .small { font: 6pt Verdana, Arial, Helvetica; width: 400px; text-align: center } b { font-weight: bold } a { text-decoration : none } // --> </style> < type="text/java" language="java"> <!-- var idme=908601; var convert = new Array(); var hexbase = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); var value=0; var rgb; for (x=0; x<16; x++) for (y=0; y<16; y++) { convert[value] = hexbase[x] + hexbase[y]; value++; } var timerID = null, timerRunning = false; function stopClock(){ if(timerRunning) clearTimeout(timerID) timerRunning = false } var layers = document.layers; var style = document.all; var both = layers || style; if (layers) { layerRef = "document.layers"; styleRef = ""; } if (style) { layerRef = "document.all"; styleRef = ".style"; } function moveLayer(obj, topx, leftx) { if (both) { (layerRef + "[""+obj+""]" + styleRef + ".top = topx"); (layerRef + "[""+obj+""]" + styleRef + ".left = leftx"); } } var s1, s2, s3, s2r, s2g, s2b, smallest; function hexToDec(hex) { var value=0; while (true) { if (convert[value] == hex) break; value++; } return value; } function writeOn(obj, str) { if (layers) with (document[obj]) { document.open(); document.write(str); document.close(); } if (style) { (obj+".innerHTML= str"); } } function changeColor(obj, str, rgb1, speed, counter) { if (counter < smallest) { stopClock(); if (layers) with (document[obj]) { document.open(); document.linkColor = rgb1; document.fgColor = rgb1; document.write(str); document.close(); } if (style) { (obj+".document.linkColor= rgb1"); (obj+".innerHTML= "<font color="+rgb1+">"+str+"<\/font>""); // (layerRef + "[""+obj+""]" + styleRef + ".color= rgb1"); } s2r+=s1; s2g+=s2; s2b+=s3; tempR = Math.round(s2r); tempG = Math.round(s2g); tempB = Math.round(s2b); if (tempR <= 0) tempR = 0; if (tempG <= 0) tempG = 0; if (tempB <= 0) tempB = 0; if (tempR >= 255) tempR = 255; if (tempG >= 255) tempG = 255; if (tempB >= 255) tempB = 255; rgb1 = convert[tempR] + convert[tempG] + convert[tempB]; counter++; timerID = setTimeout("changeColor(""+obj+"", ""+str+"", ""+rgb1+"", "+speed+", "+counter+")", speed); timerRunning = true; } } function fadeText(obj, str, rgb1, rgb2, speed, step) { var r1, g1, b1, r2, g2, b2; for (cnt=1; cnt<=2; cnt++) { ("r"+cnt+" = hexToDec(rgb"+cnt+".slice(0,2));"); ("g"+cnt+" = hexToDec(rgb"+cnt+".slice(2,4));"); ("b"+cnt+" = hexToDec(rgb"+cnt+".slice(4,6));"); } with (Math) { s2r = r1; s2g = g1; s2b = b1; s1 = abs(r1 - r2); s2 = abs(g1 - g2); s3 = abs(b1 - b2); if (s1 > s2 && s1 > s3) { smallest = s1; } else if (s2 > s1 && s2 > s3) { smallest = s2; } else { smallest = s3; } s1 = (s1 == 0) ? 0 : s1/smallest; s2 = (s2 == 0) ? 0 : s2/smallest; s3 = (s3 == 0) ? 0 : s3/smallest; s1*=step; s2*=step; s3*=step; if (r1 > r2) { s1 = -s1; } if (g1 > g2) { s2 = -s2; } if (b1 > b2) { s3 = -s3; } smallest= Math.round(smallest/step); } if (both) { changeColor(obj, str, rgb1, speed, 0); } else { document.write("Err. for some reason you tried viewing this page with a browser that doesn`t support java/CSS block support"); } } function getMid() { tvAgent = navigator.userAgent; if (layers) { maxX = innerWidth; maxY = innerHeight; } if (style) { maxX = document.body.clientWidth; maxY = document.body.clientHeight; } if (tvAgent.indexOf("WebTV") != -1) { maxX = 544; maxY = 378; } midX = maxX/2; midY = maxY/2; } function layout() { getMid(); moveLayer("fadeMe01", midY-50, midX-200); fadeText("fadeMe01", "<span class=content>NOW PRESENTING</span><div class=small>by popular demand</div>", "000000", "CCCCCC", 10, 2); setTimeout("fadeText("fadeMe01", "<span class=content>FADE IN AND OUT Java</span><div class=small>A neat Java</div>", "CCCCCC", "000000", 10, 4)",8000); setTimeout("fadeText("fadeMe01", "<div class=small>A</div><span class=content>It is COOL</span>", "000000", "CCCCFF", 10, 2)",12000); setTimeout("fadeText("fadeMe01", "<div class=small>A</div><span class=content>Easy to Use</span>", "CCCCFF", "000000", 10, 4)",20000); setTimeout("moveLayer("fadeMe01", midY-100, midX-200)",24000); setTimeout("moveLayer("fadeMe02", midY-60, midX-200)",24000); setTimeout("fadeText("fadeMe01", "<span class=content>This line could be Sentence Line 1.</span>", "000000", "CCCCFF", 10, 4)",26000); setTimeout("fadeText("fadeMe02", "<span class=content>Sentence Line 2.</span>", "000000", "9999FF", 10, 4)",32000); setTimeout("fadeText("fadeMe01", "<span class=content>Sentence Line 3.</span>", "CCCCFF", "FF0000", 10, 4)",36000); setTimeout("fadeText("fadeMe02", "<span class=content>Imagine the envy your friends will feel.</span>", "9999FF", "99FF33", 10, 4)",40000); setTimeout("fadeText("fadeMe02", "<span class=content>Sentence Line 5.</span>", "99FF33", "CCCCCC", 10, 4)",44000); setTimeout("fadeText("fadeMe02", "<span class=content>You can now make neat looking text displays.</span>", "CCCCCC", "000000", 10, 4)",48000); setTimeout("fadeText("fadeMe02", "<span class=small>Sentence Line 7.</div>", "000000", "CCCCCC", 10, 4)",52000); setTimeout("fadeText("fadeMe01", "<span class=content>-END-</div>", "000000", "FF0000", 10, 4)",57500); } // --> </> </HEAD> <BODY BGCOLOR="#000000" text="#CCCCCC" link="#FFFFFF" vlink="#FFFFFF" onload="layout()"> <div id=fadeMe01></div> <div id=fadeMe02></div> <no> Silly! you"ll need to have java enabled and you must have <a href="java:if(confirm("http://www.microsoft.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://www.microsoft.com/"" tppabs="http://www.microsoft.com/">Internet Explorer 4</a> or <a href="java:if(confirm("http://developer.netscape.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http:/msaeed.250free.com/"" tppabs="http://developer.netscape.com/">Netscape Navagitor 4</a> or <a href="java:if(confirm("http://msaeed.250free.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?"))window.location="http://developer.webtv.net/"" tppabs="http://msaeed.250free.com/">WebTV</a>(?) for this to work. </no> </BODY> </HTML> <!-- End of Fade In and Out Java-->
کد تغییر رنگ پشت صفحه بر اساس کد رنگ
<!-- Start Of Fading Background --> <!-- Instructions: Just put this on your webpage and the background color will change with a display of what the current hex code is. --> <!-- supplied with CoffeeCup HTML Editor --> <!-- www.Msaeed.250free.com --> < Language = "Java"> start = new Date(); minstart = start.getMinutes() secstart = start.getSeconds() function brighter(){ var now = new Date(); var seconds = now.getSeconds(); var minutes = now.getMinutes(); var base = "00"; var color = 1000; var interval = 103; var sec= interval * (seconds - secstart); var min= 60 * interval * (minutes - minstart); var add= color + min + sec; total= base + add; if (add>=9999) {secstart = seconds; minstart = minutes} document.bgColor = total; setTimeout("brighter()", 1000); document.coffeeform.cc.value = total; } </> </HEAD> <body onLoad = "brighter()" text="white" LINK="C0C0C0" VLINK="C0C0C0"> <form name="coffeeform"> <P>This is the hex code of the current background color <input name = "cc" type="text" size="7"> </form>
کد برای از چپ به راست بردن اسکرول
<!-- DEION: This will make your webpage slide to the right automatically upon loading of the webpage. INSTRUCTIONS: Place this in the HEAD tags of your webpage. Place your message (WITHOUT ANY SPACES OR BREAKS) in the page below the BODY tag. Sentences must be continuous or the will not work. (Example: Hi.....this....is....a...continuous...sentence..) If you find the stopping before it finishes your sentence, change the H<=4000 variable to a larger number. FUNCTIONALITY: Works only in NETSCAPE. --> <HEAD> < Language="Java"> //Modified by CoffeeCup Software //This code is Copyright (c) 1997 CoffeeCup Software //all rights reserved. License is granted to a single user to //reuse this code on a personal or business Web Site. <!-- function coffeeit(){ for (H=0; H<=3000; H++){ parent.scroll(H,0) } } //--> </> </HEAD> <BODY OnLoad="coffeeit()" BGCOLOR=#000000 TEXT=#FFFFFF LINK=#FF0000 VLINK=#FF0000 ALINK=#FF0000> <P><P><P><BR><BR><BR><P><P><P><BR><BR><BR><P><P><P><P><BR><BR><BR><P><P><P> <FONT SIZE=5 FACE=ARIAL BLACK>...................................................................This..Java..allows..the..user..to..slide..through..your..webpage.....You..can..also..end..it..with..a..<A HREF="index.htm" tppabs="http://www.msaeed.250free.com/">link</A>..!</FONT>
کد نمایش متن متحرک در نوت پد
<!-- A that types in a box that looks like notepad very cool The speed of the typing can be adjusted by raising or lowering the number in the setTimeout function. --> < language="Java"> function makeArray() { this.length = makeArray.arguments.length for (var i = 0; i < this.length; i++) this[i+1] = makeArray.arguments[i] } var fArray = new makeArray; fArray[0]="Message www.msaeed.250free.com goes here. " fArray[1]="Message www.msaeed.250free goes here. " fArray[2]="Message 3 goes here. " fArray[3]="Message 4 goes here. " var x = 1; var y = 0; var msg1 = fArray[y]; function newsFeed() { if (x==msg1.length+1) { for (var z=0; z < 7000; z++); y+=1; if (y > 3) y=0; document.form1.news2.value=" "; msg1 = fArray[y]; x=0; } document.form1.news2.value=msg1.substring(0,x); x+=1; setTimeout("newsFeed() ",1); } </> <body bgcolor=teal link=goldenrod onLoad="newsFeed()"> <form name="form1"> <textarea wrap=physical rows=10 cols=25 name="news2">
کد نمایش متن به صورت حلقه به دور موس
<head> <!-- **************************************************************************************************** --> <!-- BEGIN: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> < LANGUAGE="Java1.2"> var awEMnbSPm;var AWEmnbSPm;var aWEMnbSPm;var AWEMnbSPm;var awemnbsPM;var AwemnbsPM;var aWemnbsPM;var awEmnbsPM;var aweMnbsPM;var AWemnbsPM;var aWEmnbsPM;var awEMnbsPM;AWEmnbsPM("welcome to this site","arial,helvetica,times new roman",2,"#000000",5,1,2,35,5,2,300,300,"DFJO1AC439CXM4FIF5FD94G");var aWEMnbsPM=document.layers;var AWEMnbsPM=document.getElementById&&!document.all;var AwemNBSpm=document.getElementById&&document.all;var awEMnbSPm=awEMnbSPm.split("");var aWemNBSpm=awEMnbSPm.length; var awEmNBSpm=aWEMnbSPm*15;var AWemnBSPm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";var aWEmnBSPm=0;var awEMnBSPm="<font face="+AWEmnbSPm+" size="+aWEMnbSPm+" color="+AWEMnbSPm+">";if (AwemNBSpm) window.pageYOffset=0;if (AwemNBSpm||AWEMnbsPM||aWEMnbsPM){for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++)if(AwemNBSpm||AWEMnbsPM){document.write("<div id="AwemnBSPM"+AwemNBSPm+"" style="position:absolute;left:0px;top:0px;width:"+awEmNBSpm+"px;height:"+awEmNBSpm+"px;text-align:center;font-weight:regular;cursor:default">"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></div>");}else if (aWEMnbsPM){document.write("<layer name="AwemnBSPM"+AwemNBSPm+"" left=0 top=0 width="+awEmNBSpm+" height="+awEmNBSpm+"><center>"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></center></layer>");}}(aWEMnbsPM)?window.captureEvents(Event.MOUSEMOVE):0;(aWEMnbsPM)?window.onMouseMove=aWemNBSPm:document.onmousemove=aWemNBSPm;AWemNBSPm=new Array();aWEmNBSPm=new Array();awEMNBSPm=new Array();AWEmNBSPm=new Array();for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=0;aWEmNBSPm[AwemNBSPm]=0;awEMNBSPm[AwemNBSPm]=0;AWEmNBSPm[AwemNBSPm]=0;}if (aWEMnbsPM||AwemNBSpm||AWEMnbsPM)window.onload=awemnBSPM;function aWemNBSPm(aWEMNBSPm){aWEmnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageX+20:(AWEMnbsPM)?aWEMNBSPm.pageX-20:event.x-20;awEMnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageY+20-window.pageYOffset:(AWEMnbsPM)?aWEMNBSPm.pageY-window.pageYOffset:event.y;};function AWEMNBSPm(){aWEmnBSPm-=(AwemNBSpm)?AwemnbsPM:(AWEMnbsPM)?awEmnbsPM:(aWEMnbsPM)?aWemnbsPM:0;for (AwemNBSPm=0; AwemNBSPm<aWemNBSpm; AwemNBSPm++){var letter=(AWEMnbsPM||AwemNBSpm)?document.getElementById("AwemnBSPM"+AwemNBSPm).style:document.layers["AwemnBSPM"+AwemNBSPm];letter.left=AWemNBSPm[AwemNBSPm]+awEmNBSpm*Math.cos((aWEmnBSPm+AwemNBSPm*1)/3.8)*aweMnbsPM;letter.top=aWEmNBSPm[AwemNBSPm]+awEmNBSpm*Math.sin((aWEmnBSPm+AwemNBSPm*1)/3.8)*AWemnbsPM+window.pageYOffset-15;}};function awemnBSPM(){AWemNBSPm[0]=Math.round(awEMNBSPm[0]+=(aWEmnbsPM-awEMNBSPm[0])*awemnbsPM);aWEmNBSPm[0]=Math.round(AWEmNBSPm[0]+=(awEMnbsPM-AWEmNBSPm[0])*awemnbsPM);for (var AwemNBSPm=1; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=Math.round(awEMNBSPm[AwemNBSPm]+=(AWemNBSPm[AwemNBSPm-1]-awEMNBSPm[AwemNBSPm])*awemnbsPM);aWEmNBSPm[AwemNBSPm]=Math.round(AWEmNBSPm[AwemNBSPm]+=(aWEmNBSPm[AwemNBSPm-1]-AWEmNBSPm[AwemNBSPm])*awemnbsPM);}if(AWemnBSPm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AWemnBSPm)window.status=AWemnBSPm;AWEMNBSPm();setTimeout("awemnBSPM()",10);};function AWEmnbsPM(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12){awEMnbSPm=p1;AWEmnbSPm=p2;aWEMnbSPm=p3;AWEMnbSPm=p4;awemnbsPM=p5;awemnbsPM=awemnbsPM/10;AwemnbsPM=p6;aWemnbsPM=p7;awEmnbsPM=p8;AwemnbsPM=AwemnbsPM/10;aWemnbsPM=aWemnbsPM/10;awEmnbsPM=awEmnbsPM/10;aweMnbsPM=p9;AWemnbsPM=p10;aWEmnbsPM=p11;awEMnbsPM=p12;}; </> <!-- END: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> <!-- **************************************************************************************************** --> </head> <head> <!-- **************************************************************************************************** --> <!-- BEGIN: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> < LANGUAGE="Java1.2"> var awEMnbSPm;var AWEmnbSPm;var aWEMnbSPm;var AWEMnbSPm;var awemnbsPM;var AwemnbsPM;var aWemnbsPM;var awEmnbsPM;var aweMnbsPM;var AWemnbsPM;var aWEmnbsPM;var awEMnbsPM;AWEmnbsPM("msaeed.250free ","arial,helvetica,times new roman",2,"#000000",5,1,2,35,5,2,300,300,"DFJO1AC439CXM4FIF5FD94G");var aWEMnbsPM=document.layers;var AWEMnbsPM=document.getElementById&&!document.all;var AwemNBSpm=document.getElementById&&document.all;var awEMnbSPm=awEMnbSPm.split("");var aWemNBSpm=awEMnbSPm.length; var awEmNBSpm=aWEMnbSPm*15;var AWemnBSPm="This was made by USINGIT.COM (C)2002 All rights reserved. Visit www.usingit.com for more free s!";var aWEmnBSPm=0;var awEMnBSPm="<font face="+AWEmnbSPm+" size="+aWEMnbSPm+" color="+AWEMnbSPm+">";if (AwemNBSpm) window.pageYOffset=0;if (AwemNBSpm||AWEMnbsPM||aWEMnbsPM){for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++)if(AwemNBSpm||AWEMnbsPM){document.write("<div id="AwemnBSPM"+AwemNBSPm+"" style="position:absolute;left:0px;top:0px;width:"+awEmNBSpm+"px;height:"+awEmNBSpm+"px;text-align:center;font-weight:regular;cursor:default">"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></div>");}else if (aWEMnbsPM){document.write("<layer name="AwemnBSPM"+AwemNBSPm+"" left=0 top=0 width="+awEmNBSpm+" height="+awEmNBSpm+"><center>"+awEMnBSPm+awEMnbSPm[AwemNBSPm]+"</font></center></layer>");}}(aWEMnbsPM)?window.captureEvents(Event.MOUSEMOVE):0;(aWEMnbsPM)?window.onMouseMove=aWemNBSPm:document.onmousemove=aWemNBSPm;AWemNBSPm=new Array();aWEmNBSPm=new Array();awEMNBSPm=new Array();AWEmNBSPm=new Array();for (AwemNBSPm=0; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=0;aWEmNBSPm[AwemNBSPm]=0;awEMNBSPm[AwemNBSPm]=0;AWEmNBSPm[AwemNBSPm]=0;}if (aWEMnbsPM||AwemNBSpm||AWEMnbsPM)window.onload=awemnBSPM;function aWemNBSPm(aWEMNBSPm){aWEmnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageX+20:(AWEMnbsPM)?aWEMNBSPm.pageX-20:event.x-20;awEMnbsPM=(aWEMnbsPM)?aWEMNBSPm.pageY+20-window.pageYOffset:(AWEMnbsPM)?aWEMNBSPm.pageY-window.pageYOffset:event.y;};function AWEMNBSPm(){aWEmnBSPm-=(AwemNBSpm)?AwemnbsPM:(AWEMnbsPM)?awEmnbsPM:(aWEMnbsPM)?aWemnbsPM:0;for (AwemNBSPm=0; AwemNBSPm<aWemNBSpm; AwemNBSPm++){var letter=(AWEMnbsPM||AwemNBSpm)?document.getElementById("AwemnBSPM"+AwemNBSPm).style:document.layers["AwemnBSPM"+AwemNBSPm];letter.left=AWemNBSPm[AwemNBSPm]+awEmNBSpm*Math.cos((aWEmnBSPm+AwemNBSPm*1)/3.8)*aweMnbsPM;letter.top=aWEmNBSPm[AwemNBSPm]+awEmNBSpm*Math.sin((aWEmnBSPm+AwemNBSPm*1)/3.8)*AWemnbsPM+window.pageYOffset-15;}};function awemnBSPM(){AWemNBSPm[0]=Math.round(awEMNBSPm[0]+=(aWEmnbsPM-awEMNBSPm[0])*awemnbsPM);aWEmNBSPm[0]=Math.round(AWEmNBSPm[0]+=(awEMnbsPM-AWEmNBSPm[0])*awemnbsPM);for (var AwemNBSPm=1; AwemNBSPm < aWemNBSpm; AwemNBSPm++){AWemNBSPm[AwemNBSPm]=Math.round(awEMNBSPm[AwemNBSPm]+=(AWemNBSPm[AwemNBSPm-1]-awEMNBSPm[AwemNBSPm])*awemnbsPM);aWEmNBSPm[AwemNBSPm]=Math.round(AWEmNBSPm[AwemNBSPm]+=(aWEmNBSPm[AwemNBSPm-1]-AWEmNBSPm[AwemNBSPm])*awemnbsPM);}if(AWemnBSPm.charAt(60)!=String.fromCharCode(118))return;if(window.status!=AWemnBSPm)window.status=AWemnBSPm;AWEMNBSPm();setTimeout("awemnBSPM()",10);};function AWEmnbsPM(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12){awEMnbSPm=p1;AWEmnbSPm=p2;aWEMnbSPm=p3;AWEMnbSPm=p4;awemnbsPM=p5;awemnbsPM=awemnbsPM/10;AwemnbsPM=p6;aWemnbsPM=p7;awEmnbsPM=p8;AwemnbsPM=AwemnbsPM/10;aWemnbsPM=aWemnbsPM/10;awEmnbsPM=awEmnbsPM/10;aweMnbsPM=p9;AWemnbsPM=p10;aWEmnbsPM=p11;awEMnbsPM=p12;}; </> <!-- END: PLEASE INSERT THE CODES BETWEEN <HEAD> ... </HEAD> TAGS INTO YOUR OWN PAGE"S <HEAD> SECTION! --> <!-- **************************************************************************************************** --> </head>
کد آمدن پیغام مورد نظر شما هنگام ورود افراد به سایت شما
<html> <head> < language="java" type="text/java"> alert("Welcome to my site msaeed.250free") </> </head> <body> <h1> <!-- hide from old browsers --> <!--this is on example of a long Java comment--> < language="java" type="text/java"> document.write("KKR") //end hiding from old browsers --> </> </h1> </body> </html>
کد خروج از صفحه
<!-- Start of Close Browser --> <!-- When the "Close Window" button is clicked, this will close the browser window that the webpage is in. --> < language="Java"> <!-- function closeIt() { close(); } // --> </> <center> <form> <input type=button value="Close Window" onClick="closeIt()"> </form> </center> <!-- End of Close Browser -->
کد برای پرینت از صفحه
<!-- Print Page Use this to have your users print your HTML page --> < LANGUAGE="Java"> if (window.print) { document.write("<form> " + "<input type=button name=print value="Click" " + "onClick="java:window.print()"> To Print this page!</form>"); } // End --> </>
.::مرجع کد آهنگ::. .::دریافت کد موزیک::.