Pogledajte određenu poruku
Staro 16. 09. 2011.   #6
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

Ovo učitaj normalno, možeš dole iznad </body> postaviti da budeš siguran da se DOM učitao...

PHP kôd:
<script language="JavaScript" src="http://pluspon.com/countdown.js"></script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e73498777e277a7"></script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script> 
E sad ovo bi trebalo nešto ovako da izgleda... ukini dole multiline, to sam ostavio da vidiš šta je promjenjeno, trebalo bi ovako da upali, ali nije ovo pravi način da to radiš...

PHP kôd:
var html '<div class="m_tooltip">
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2" valign="top"><div align="center">' 
name '</div></td></tr><tr><td width="50%" valign="top"><img src="' address '" alt="" width="150" border="0" /><br></td><td width="50%" align="center" valign="middle"><a href="' totolink '"><img src="buy_btn.png" width="70" height="30" border="0" /></a></td></tr><tr><td colspan="2" valign="top" bgcolor="#999999"><div align="center">BETA!</div></td></tr></table>

<span id="cntdwn"></span>

<div id="fb-root"></div>
<div class="fb-like" data-href="www.pluspon.com" data-send="true" data-width="450" data-show-faces="true"></div>

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>

</div>'

Ovaj countdown.js zamjeni sa ovime...

PHP kôd:
function calcage(secsnum1num2) {
  
= ((Math.floor(secs/num1))%num2).toString();
  if (
LeadingZero && s.length 2)
    
"0" s;
  return 
"<b>" "</b>";
}

function 
CountBack(secs) {
  if (
secs 0) {
    
document.getElementById("cntdwn").innerHTML FinishMessage;
    return;
  }
  
DisplayStr DisplayFormat.replace(/%%D%%/gcalcage(secs,86400,100000));
  
DisplayStr DisplayStr.replace(/%%H%%/gcalcage(secs,3600,24));
  
DisplayStr DisplayStr.replace(/%%M%%/gcalcage(secs,60,60));
  
DisplayStr DisplayStr.replace(/%%S%%/gcalcage(secs,1,60));

  
document.getElementById("cntdwn").innerHTML DisplayStr;
  if (
CountActive)
    
setTimeout("CountBack(" + (secs+CountStepper) + ")"SetTimeOutPeriod);
}

if (
typeof(BackColor)=="undefined")
  
BackColor "white";
if (
typeof(ForeColor)=="undefined")
  
ForeColor"black";
if (
typeof(TargetDate)=="undefined")
  
TargetDate "12/31/2020 5:00 AM";
if (
typeof(DisplayFormat)=="undefined")
  
DisplayFormat "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
if (
typeof(CountActive)=="undefined")
  
CountActive true;
if (
typeof(FinishMessage)=="undefined")
  
FinishMessage "";
if (
typeof(CountStepper)!="number")
  
CountStepper = -1;
if (
typeof(LeadingZero)=="undefined")
  
LeadingZero true;


CountStepper Math.ceil(CountStepper);
if (
CountStepper == 0)
  
CountActive false;
var 
SetTimeOutPeriod = (Math.abs(CountStepper)-1)*1000 990;
var 
dthen = new Date(TargetDate);
var 
dnow = new Date();
if(
CountStepper>0)
  
ddiff = new Date(dnow-dthen);
else
  
ddiff = new Date(dthen-dnow);
gsecs Math.floor(ddiff.valueOf()/1000);
CountBack(gsecs); 
__________________
Github // LinkedIn // PHP // ZCE // Stackoverflow PHP // Site5 Web Hosting

Poslednja izmena od webarto : 16. 09. 2011. u 15:56.
webarto je offline   Odgovorite uz citat