Hello friends now show date and time in your browser title bar by javascript coding.
Follow simple and easy steps to adding this style in your browser easily---->>>>
* First go to your blogger Dashboard.
* Now click in design tab and now you are here--->> Page element.
* Click in add gadget which is in sidebar and when open new window click in HTML/javascript from list.
* When open new blank box copy below code and paste in blank box.
Follow simple and easy steps to adding this style in your browser easily---->>>>
* First go to your blogger Dashboard.
* Now click in design tab and now you are here--->> Page element.
* Click in add gadget which is in sidebar and when open new window click in HTML/javascript from list.
* When open new blank box copy below code and paste in blank box.
<Script Language="JavaScript" Type="Text/JavaScript"> var mytime1=24; function mytime2() { mytime3=mytime1+6; mytime4=mytime1+mytime3; timexx=mytime1+mytime3+mytime4; timexxx=timexx/mytime4*mytime1; twelfth=mytime4*mytime1/12*mytime3; timexxxx=mytime1+mytime3/timexxx-16*timexx; timexxxxx=twelfth*(mytime1-5)/mytime4+timexx; timexxxxxx=timexxxxx/timexxxx+mytime1*mytime4-timexx; mytime5=(timexxxxxx+mytime1/mytime4*timexx+mytime3*timexxx)/twelfth+timexxxxx-timexxxxxx-1; mytime6=Math.floor(mytime5); mytime8=mytime6*mytime3/2+100; mytime7 = window.setTimeout("mytime2()", mytime8); var mytime9 = new Date(); var mytime10= mytime9.toLocaleString(); document.title = mytime10;} function op(){mytime2()} window.onload=op; </script>
* Now click to save Your HTML/Javascript and now you are done ok.
0 Responses So Far: