வழக்கம் போல
Dashboard > Layout > Add a Gadjet > HTML/JavaScript
போய்
சேத்துருங்க...
போய்
உங்கள் வலைப் பக்கத்தை முதன்முதலாக
பார்வையிட்டால்....
"என் வலைப் பூவை முதன்முதலாக பார்வையிடும் உங்களுக்கு நன்றி...! "
என்றும்
அடுத்து அடுத்து பார்வையிடும் ஒவ்வொரு முறையும் நாள்,நேரத்தையும் காட்டும் இப்படி காட்டும்
நீங்கள் இதற்கு முன்பு என் வலைப் பூவைப் பார்வையிட வந்த நாள், நேரம் :-
var days = 730; // days until cookie expires = 2 years.
var lastvisit=new Object();
var firstvisitmsg="என் வலைப் பூவை முதன்முதலாக பார்வையிடும் உங்களுக்கு நன்றி...! !!";
lastvisit.subsequentvisitmsg=" நீங்கள் இதற்கு முன்பு என் வலைப் பூவைப் பார்வையிட வந்த நாள், நேரம் :- [displaydate]";
lastvisit.getCookie=function(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1];
return'';
}
lastvisit.setCookie=function(name, value, days){
var expireDate = new Date();
var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days));
document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/";
}
lastvisit.showmessage = function() {
var wh = new Date();
if (lastvisit.getCookie("visitc") == "") {
lastvisit.setCookie("visitc", wh, days);
document.write(firstvisitmsg);
}
else {
var lv = lastvisit.getCookie("visitc");
var lvp = Date.parse(lv);
var now = new Date();
now.setTime(lvp);
var day = new Array("ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி");
var month = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var dd = now.getDate();
var dy = now.getDay();
dy = day[dy];
var mn = now.getMonth();
mn = month[mn];
yy = now.getFullYear();
var hh = now.getHours();
var ampm = "AM";
if (hh >= 12) {ampm = "PM"}
if (hh <12){hh>
if (hh == 0) {hh = 12}
if (hh > 10) {hh = "0" + hh};
var mins = now.getMinutes();
if (mins > 10) {mins = "0"+ mins}
var secs = now.getSeconds();
if (secs > 10) {secs = "0" + secs}
var dispDate = dy + ", " + mn + " " + dd + ", " + yy + " ;" + hh + ":" + mins + ":" + secs + " " + ampm
document.write(lastvisit.subsequentvisitmsg.replace("\[displaydate\]", dispDate))
}
lastvisit.setCookie("visitc", wh, days);
}
lastvisit.showmessage();
var days = 730; // days until cookie expires = 2 years.
var lastvisit=new Object();
var firstvisitmsg="என் வலைப் பூவை முதன்முதலாக பார்வையிடும் உங்களுக்கு நன்றி...! !!";
lastvisit.subsequentvisitmsg=" நீங்கள் இதற்கு முன்பு என் வலைப் பூவைப் பார்வையிட வந்த நாள், நேரம் :- [displaydate]";
lastvisit.getCookie=function(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1];
return'';
}
lastvisit.setCookie=function(name, value, days){
var expireDate = new Date();
var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days));
document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/";
}
lastvisit.showmessage = function() {
var wh = new Date();
if (lastvisit.getCookie("visitc") == "") {
lastvisit.setCookie("visitc", wh, days);
document.write(firstvisitmsg);
}
else {
var lv = lastvisit.getCookie("visitc");
var lvp = Date.parse(lv);
var now = new Date();
now.setTime(lvp);
var day = new Array("ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி");
var month = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var dd = now.getDate();
var dy = now.getDay();
dy = day[dy];
var mn = now.getMonth();
mn = month[mn];
yy = now.getFullYear();
var hh = now.getHours();
var ampm = "AM";
if (hh >= 12) {ampm = "PM"}
if (hh <12){hh>
if (hh == 0) {hh = 12}
if (hh > 10) {hh = "0" + hh};
var mins = now.getMinutes();
if (mins > 10) {mins = "0"+ mins}
var secs = now.getSeconds();
if (secs > 10) {secs = "0" + secs}
var dispDate = dy + ", " + mn + " " + dd + ", " + yy + " ;" + hh + ":" + mins + ":" + secs + " " + ampm
document.write(lastvisit.subsequentvisitmsg.replace("\[displaydate\]", dispDate))
}
lastvisit.setCookie("visitc", wh, days);
}
lastvisit.showmessage();
http://athekangal.blogspot.com/2009/08/blog-post_19.html
<script type="text/javascript">
var days = 730; // days until cookie expires = 2 years.
var lastvisit=new Object();
var firstvisitmsg=" என் வலைப் பூவை முதன்முதலாக பார்வையிடும் உங்களுக்கு நன்றி...!!!";
lastvisit.subsequentvisitmsg="நீங்கள் இதற்கு முன்பு என் வலைப் பூவைப் பார்வையிட வந்த நாள், நேரம்:- <b>[displaydate]</b>";
lastvisit.getCookie=function(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1];
return'';
}
lastvisit.setCookie=function(name, value, days){
var expireDate = new Date();
var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days));
document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/";
}
lastvisit.showmessage = function() {
var wh = new Date();
if (lastvisit.getCookie("visitc") == "") {
lastvisit.setCookie("visitc", wh, days);
document.write(firstvisitmsg);
}
else {
var lv = lastvisit.getCookie("visitc");
var lvp = Date.parse(lv);
var now = new Date();
now.setTime(lvp);
var day = new Array("ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி");
var month = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var dd = now.getDate();
var dy = now.getDay();
dy = day[dy];
var mn = now.getMonth();
mn = month[mn];
yy = now.getFullYear();
var hh = now.getHours();
var ampm = "AM";
if (hh >= 12) {ampm = "PM"}
if (hh <12){hh = hh - 12};
if (hh == 0) {hh = 12}
if (hh > 10) {hh = "0" + hh};
var mins = now.getMinutes();
if (mins > 10) {mins = "0"+ mins}
var secs = now.getSeconds();
if (secs > 10) {secs = "0" + secs}
var dispDate = dy + ", " + mn + " " + dd + ", " + yy + " ;" + hh + ":" + mins + ":" + secs + " " + ampm
document.write(lastvisit.subsequentvisitmsg.replace("\[displaydate\]", dispDate))
}
lastvisit.setCookie("visitc", wh, days);
}
lastvisit.showmessage();
</script>
No comments:
Post a Comment
வணக்கம்!
"இ-தமிழன்!"
பதிவுக்கான மறுமொழிப் பெட்டி
நன்றி..!
♥ மனிதன்@சென்னை ♥
www.e-tamizhan.blogspot.com