1 <script type="text/javascript">
3 var Timer = "$content[time]";
6 var Counter = window.setInterval("StartCounter()", 1000);
9 function StartCounter() {
15 document.confirm.counter.value = Timer;
17 document.location.href="{?URL?}/mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]";
18 clearInterval(Counter);
23 <table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
25 <td width="10" class="seperator"> </td>
26 <td width="220" align="center">
27 <table border="0" cellspacing="0" cellpadding="0" width="200" class="member_confirm dashed">
29 <td height="3" class="seperator"> </td>
33 <form accept-charset="utf-8" name="confirm" style="margin-top: 0px; margin-bottom: 0px">
34 {--MEMBER_TIME_COUNTER_1--} <input type="text" name="counter"
35 size="$content[tim2]" readonly class="member_normal"
36 value="$content[time]"> {--_SECONDS--}
37 {--MEMBER_TIME_COUNTER_2--}</form>
41 <td height="4" class="seperator"> </td>
45 <td width="10" class="seperator"> </td>
47 <table border="0" cellspacing="0" cellpadding="0"
48 class="member_banner dashed">
50 <td height="3" class="seperator"> </td>
53 <td align="center">$content[banner]</td>
56 <td height="4" class="seperator"> </td>
60 <td width="10" class="seperator"> </td>
63 <script type="text/javascript">
65 document.confirm.counter.value = Timer;