Thread: looping table
Results 1 to 3 of 3
Related
-
Table help Forum: HTML Forum
Replies: 3 -
Table Forum: HTML Forum
Replies: 0 -
Table help.. Forum: HTML Forum
Replies: 3 -
How can you make a table border on only one side of the table? Forum: HTML Forum
Replies: 5 -
a table Forum: CSS Forum
Replies: 13
-
08-26-2003, 07:52 PM #1
looping table
Can anyone teach me how to loop a table with javascript
normally what we will do is to
<H1>STUDENT RECORDS</H1>
</Center>
<table cellspacing="0" border = "3" width = "100%" align = Center>
<col width="100">
<col width="100">
<col width="100">
<col width="100">
<col width="100">
<thead>
<tr>
<th><font color="#CC3333">Index</font></th>
<th><font color="#CC3333">Student Name</font></th>
<th><font color="#CC3333">Admin No</font></th>
<th><font color="#CC3333">Tel</font></th>
<th><font color="#CC3333">Year</font></th>
</tr>
</thead>
we display the data by ......
<tr class = "grey">
<td><font color="#800000">1</font></td>
<td><font color="#800000">Christopher</font></td>
<td><font color="#800000">011910u</font></td>
<td><font color="#800000">97770779</font></td>
<td><font color="#800000">2001</font></td>
</tr>
and so on ......
can it be loop and generate from xmlLast edited by leon_crest; 08-27-2003 at 01:57 AM.
-
08-27-2003, 01:38 AM #2
Sorry, I do not understand the question. Could you explain some more please?
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
08-27-2003, 01:51 AM #3
i think he means to liek make a tabel on one site, and make it reload on others or soemthing liek that to loop around. loop also knows as to open it as # of time he putts it in. i think something like that
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum