Displaying 1 result from an estimated 1 matches for "field1_cont".
2006 Jul 23
2
[OT] Ajax design question - breaking a table with text...
...d 1", and
have a block of info appear between this <tr> and the next <tr>. The
following record would move down, and the "Info about Field 1 content"
would be inserted between the two records.
The only way I can think of doing this is to insert an empty <div
id="Field1_content"></div> immediately following </tr>, then load the
following into it when the user clicks on "Info about Field 1":
</table>
<p>Here''s lots of exciting info about Field 1</p>
<table>
<tr>
...
In other words, close off this ta...