Show nested_tables.html syntax highlighted
<!--
Jameleon - An automation testing tool..
Copyright (C) 2003 Christian W. Hargraves (engrean@hotmail.com)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<html>
<head><title>Nested Tables With Links to Click</title></head>
<!-- A comment -->
<body bgcolor="#FFFFFF">
<table id="testTable" border="2" cellspacing="0" cellpadding="3">
<tr bgcolor="bisque" >
<td align="center"><big><b>Here is a table with nested tables and links to click</b></big></td>
</tr>
<tr>
<td>
<table id="testTable - nested 1 deep" border="2" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="3" bgcolor="beige" align="center"><big>Here is a nested table(2)</big></td>
</tr>
<tr>
<td>This table nested one deep</td>
<td><a href="Link6.html">Link 6</a></td>
<td>Just Some text - No link</td>
</tr>
<tr>
<td><a href="Link5.html">Link 5</a></td>
<td>
<table id="testTable - nested 2 deep" border="2" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="3" bgcolor="beige">Here is a nested table(3)</>
</tr>
<tr>
<td>This table is nested two deep</td>
<td>A cell with no link</td>
<td><a href="Link8.html">Link 8</a></td>
</tr>
<tr>
<td>alt text - Link 3</td>
<td> </td>
<td>test text - link9.html</td>
</tr>
</table>
</td>
<td><a href="Link7.html">Link 7</a></td>
</tr>
</table>
<table id="testTable - second in list" border="2" cellspacing="0" cellpadding="2" width="100%">
<tr bgcolor="beige">
<td colspan="2" align="center"><big>The second table nested at the same level</big></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><a href="Link9.html">Link 9</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><a href="Link1.html">Link 1</a></td>
</tr>
<tr>
<td><a href="Link2.html" id="Link3">Link 2</a></td>
</tr>
<tr>
<td><a href="Link3.html" name="Link4">Link 3</a></td>
</tr>
<tr>
<td><a href="Link4.html"><img name="brokenImageName" src="/images/no_exist.jpg" alt="Link4"></a></td>
</tr>
<tr>
<td><a href="Link4.html"><img src="/images/no_exist1.jpg" alt="Link4"></a></td>
</tr>
<tr>
<td><a href="Link3.html"><img src="/images/link3-no_exist.jpg" alt="Image Link3" id="img_lnk3_id" name="img_lnk3_name"></a></td>
</tr>
<tr>
<td><a href="bad_link_no_such_file.html">Bad Link</a></td>
</tr>
<tr>
<td><a href="Link4.html" target="new_window">Open in new window</a></td>
</tr>
<tr>
<td><img src="/images/no_exist2.jpg" alt="ImageAlt"></a></td>
</tr>
<tr>
<td><img src="/images/no_exist3.jpg"></a></td>
</tr>
<tr>
<td><img name="Image" src="images/no_exist3.jpg"></a></td>
</tr>
<tr>
<td><img name="good image" src="images/jelly.jpg"></a></td>
</tr>
<tr>
<td><a href="Link1.html">Link with
carriage return</a></td>
</tr>
<tr>
<td><a href="Link4.html"><br>Link with br</a></td>
</tr>
</table>
</body>
</html>
See more files for this project here