• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

JavaScript Timer

Olli2212

Neues Mitglied
Hallo,

ich möchte den zweiten Button in diesem Code...

HTML:
<script language="JavaScript">init_countdown('timer','{$item.leftseconds}', '<button type="button" onclick="self.location.href=\'{$link_self}&tplvars[tagfilter]={$tplvars.tagfilter}\';">{#buildingDone#}</button>', '{#buildTime#}: ', '&nbsp;&nbsp;&nbsp;<button onclick=\'self.location.href = "{$item.link_cancel}&tplvars[tagfilter]={$tplvars.tagfilter}";\'>{#cancel#}</button>');</script>

... mit diesen verlinkten Image ersetzen...

HTML:
<a href="{$item.link_cancel}&tplvars[tagfilter]={$tplvars.tagfilter}"><img src="/ws.fv/cancel_button1.png" onmouseover="this.src='/ws.fv/cancel_button2.png';" onmouseout="this.src='/ws.fv/cancel_button1.png';"></a>

... sprich, diesen...

HTML:
<button onclick=\'self.location.href = "{$item.link_cancel}&tplvars[tagfilter]={$tplvars.tagfilter}";\'>{#cancel#}</button>

... mit diesen hier...

HTML:
<a href="{$item.link_cancel}&tplvars[tagfilter]={$tplvars.tagfilter}"><img src="/ws.fv/cancel_button1.png" onmouseover="this.src='/ws.fv/cancel_button2.png';" onmouseout="this.src='/ws.fv/cancel_button1.png';"></a>

... doch wenn ich das mache, stoppt der Countdown, was tuen?
 
Mit dem Code kann man dir kein Stück helfen (ich jedenfalls nicht), da ich nicht weiß, was was ist. Zeig mal bitte mehr Code und rücke diesen etwas ein ;)
 
Zurück
Oben