Forum Moderators: open

Message Too Old, No Replies

Randimize TD Placement

Is there is simple solution?

         

Easy_Coder

3:23 pm on Feb 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How can I radomize a handlful of TDs in ASP so that the content is randomly placed?

So one view might be like this:
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
</table>

And the next page load might look like this:
<table>
<tr>
<td>2</td>
<td>4</td>
<td>1</td>
<td>3</td>
</tr>
</table>

Easy_Coder

6:53 pm on Feb 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This thread answered my question:
[webmasterworld.com...]