It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

make calendar live in html

make calendar live in html

Postby 793589 on Mon Jun 15, 2009 4:31 pm

Hi all,

How can i make my calendar reflect the correct date, or make it go LIVE?
Pls help :lol:

code for my calendar in my HTML:
<table summary="Calendar">
<caption>
June 2009
</caption>
<thead>
<tr>
<th abbr="Sunday" scope="col" title="Sunday">S</th>
<th abbr="Monday" scope="col" title="Monday">M</th>
<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
<th abbr="Thursday" scope="col" title="Thursday">T</th>
<th abbr="Friday" scope="col" title="Friday">F</th>
<th abbr="Saturday" scope="col" title="Saturday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td abbr="May" colspan="3" id="prev"><a href="#" title="">&laquo; May</a></td>
<td class="pad">&nbsp;</td>
<td abbr="July" colspan="3" id="next">
<a href="#" title="">July &raquo;</a></td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="1" class="pad">&nbsp;</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td id="today"><b>12</b></td>
<td>13</td>
</tr>
<tr>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
<td>20</td>
</tr>
<tr>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
<td>27</td>
</tr>
<tr>
<td>28</td>
<td>29</td>
<td>30</td>
</tr>
</tbody>
</table>
793589
 
Posts: 1
Joined: Mon Jun 15, 2009 4:04 pm

Re: make calendar live in html

Postby rangana on Mon Jun 22, 2009 6:51 am

Search for calendar script on the web, there are lots of them residing along the internet.
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines

Re: make calendar live in html

Postby dflynn on Wed Jul 01, 2009 8:40 pm

You're going to need a lot more than HTML to get it rolling. I've built a basic one out of PHP before. You can definitely find some out there that use Jaascript. Check out DHTML
User avatar
dflynn
500+ Club
 
Posts: 860
Joined: Wed Oct 03, 2007 9:06 pm
Location: Guelph, Canada

Re: make calendar live in html

Postby destlecare4 on Tue Jul 07, 2009 11:04 am

it can be possible?
that through html coding the calender go live


free psychic reading
destlecare4
 
Posts: 9
Joined: Tue Jul 07, 2009 10:50 am

Re: make calendar live in html

Postby rangana on Tue Jul 07, 2009 6:38 pm

It appears that you haven't done any research.

Search for "dhtml calendar", should provide you useful hints :)
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines


Who is online

Users browsing this forum: No registered users and 6 guests