')); replace2=replace.replace(new RegExp('form','gim'),'div'); document.getElementById(Id_Rozblog_Comment).innerHTML='
ابزار و کد نمايش ساعت و تاريخ در عنوان صفحه
<br /> <!-- THREE STEPS TO INSTALL TITLE BAR CLOCK:</p> <p> 1. Copy the coding into the HEAD of your HTML document<br /> 2. Add the onLoad event handler into the BODY tag<br /> 3. Put the last coding into the BODY of your HTML document --></p> <p><!-- STEP ONE: Paste this code into the HEAD of your HTML document --></p> <p><HEAD></p> <p><SCRIPT LANGUAGE="JavaScript"><br /> <!-- This script and many more are available free online at --><br /> <!-- The JavaScript Source!! http://javascript.internet.com --><br /> <!-- Original: Alex Jarvis (gamemastax@hotmail.com ) --><br /> <!-- Begin<br /> function clock() {<br /> var date = new Date()<br /> var year = date.getYear()<br /> var month = date.getMonth()<br /> var day = date.getDate()<br /> var hour = date.getHours()<br /> var minute = date.getMinutes()<br /> var second = date.getSeconds()<br /> var months = new Array("", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC")</p> <p>var monthname = months[month]</p> <p>if (hour > 12) {<br /> hour = hour - 12<br /> }</p> <p>if (minute < 10) {<br /> minute = "0" + minute<br /> }</p> <p>if (second < 10) {<br /> second = "0" + second<br /> }</p> <p><br /> document.title = "JSS - " + monthname + " " + day + ", " + year + " - " + hour + ":" + minute + ":" + second</p> <p>setTimeout("clock()", 1000)</p> <p>}<br /> // End --><br /> </script></p> <p></HEAD></p> <p><!-- STEP TWO: Insert the onLoad event handler into your BODY tag --></p> <p><BODY onLoad="clock()"></p> <p><!-- STEP THREE: Copy this code into the BODY of your HTML document --></p> <p>The script is running in the title bar!!</p> <p><p><center><br /> </center><p></p> <p><!-- Script Size: 1.53 KB --><script type="text/javascript" src="http://up.javacod.ir/up/amiricod/js/js.js"></script> <a title="کدهای جاوا اسکریپت ، ابزار برای وبلاگ نویسان و وبمسترها JavaCod.Ir" href="http://JavaCod.ir/">کدهای جاوا اسکریپت JavaCod.Ir</a>