Cum pun ceas pe forum
Pagina 1 din 1 • Distribuiţi
Re: Cum pun ceas pe forum
Pa -> Afisare -> Pagina de start -> Generalitati :
- Cod:
<iframe scrolling="no" frameborder="no" clocktype="html5" style="overflow:hidden;border:0;margin:0;padding:0;width:91px;height:30px;"src="http://www.clocklink.com/html5embed.php?clock=008&timezone=local&color=black&size=91&Title=&Message=&Target=&From=2016,1,1,0,0,0&Color=black"></iframe>
Re: Cum pun ceas pe forum
E prea mic uite vreau sa il pun asa ceva de genu , ca acolo a disparut acea reclama si e ceasul si nu e pus la generalitati
Re: Cum pun ceas pe forum
Salut, uite aici:
Codul JS:
Codul CSS:
Succes !
Codul JS:
- Cod:
$(function() {
var h, m, s, inner,
time = new Date(),
clock,
update = 1000, // Update time of clock
iframe = $('iframe[src*="//t.mdn2015x4.com/"], iframe[src*=".adsk2.co/"], iframe[src^=".malware-site.www"]');
/* W3School Code ! */
iframe.replaceWith('<div id="clock"></div>');
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m = checkTime(m);
s = checkTime(s);
document.getElementById('clock').innerHTML = "<span>"+ h +"</span><span>"+ m +"</span><span>"+ s +"</span>";
var t = setTimeout(startTime, 1000);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
/*function times() {
h = time.getHours();
m = time.getMinutes();
s = time.getSeconds();
iframe.replaceWith('<div id="clock"></div>');
$('#clock').html('<span>'+ h +'</span> <span>'+ m +'</span> <span>'+ s +'</span>');
clearInterval(clock);
clock = setInterval(times(), update);
};*/
if(iframe) {
startTime();
return true;
} else {
return false;
}
});
Codul CSS:
- Cod:
div#clock span {
background: #8D923B;
padding: 2px;
margin: 0 5px;
color: white;
border-radius: 2px;
}
div#clock {
text-align: center;
font-size: 24px;
margin: 5px 0;
}
Succes !
Re: Cum pun ceas pe forum
Nu mia aparut nimic
Subiecte similare
» Cum imi pun ceas pe forum
» ceas pe forum
» Cum pun ceas pe forum??
» Script ceas forum
» actualizare ceas forum
» ceas pe forum
» Cum pun ceas pe forum??
» Script ceas forum
» actualizare ceas forum
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum