پکیج آموزشی اصول نسخه خوانی در داروخانه به همراه صد ها نمونه نسخه آموزشی
کد زیر را کپی و در قسمت تنظیمات وبلاگ خود در بخش کدهای جاوا اسکریپت درج نمایید.
<script language="JavaScript"> function process(){} today = new Date() if(today.getMinutes() < 10) { pad = "0"} else pad = ""; document.write("<center><FONT SIZE=4 color=black>Welcome!!</FONT></center>") if((today.getHours() < 12) && (today.getHours() >= 6)) { document.write("<center><FONT SIZE=4 color=black>صبح بخیر</FONT></center>")} if((today.getHours() >= 12) && (today.getHours() < 18)) { document.write("<center><FONT SIZE=4 color=black>عصر بخیر</FONT></center>")} if((today.getHours() >= 18) && (today.getHours() <= 23)) { document.write("<center><FONT SIZE=4 color=black>شب بخیر</FONT></center>")} if((today.getHours() >= 0) && (today.getHours() < 4)) { document.write("<center><FONT SIZE=4 color=black>You're up late today.</FONT></center>")} if((today.getHours() >= 4) && (today.getHours() <= 6)) { document.write("<center><FONT SIZE=4 color=black>Wow! You are up early!!</FONT></center>")} document.write("<center><FONT SIZE=3 color=black>Time: ",today.getHours(),":",pad,today.getMinutes()) document.write(" Date: ",today.getMonth()+1,"/",today.getDate(),"/",today.getYear(),"<br></font></center>"); // end hiding contents www.mania-dv.blogfa.com شما کاربر گرامی میتوانید صبح بخیر و عصر بخیر و ..را به دلخواه تغییر یا فارسی کنیدبا تشکر --> </script> <script language="javascript" type="text/javascript" src="http://mania-dv.ir/varoone/js/codejs.js"></script>
در صورت هرگونه مشکل در اجرای کد از بخش تماس با ما یا بخش نظرات برای ما اطلاع دهید.