Code Search for Developers
 
 
  

nested_tables.html from Jameleon at Krugle


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>&nbsp;</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>&nbsp;</td>
                            <td>&nbsp;</td>
                        </tr>
                        <tr>
                            <td>&nbsp;</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

Jameleon

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Project homepage: http://sourceforge.net/projects/jameleon
Programming language(s): Java,XML
License: other

  WEB-INF/
    web.xml
  frames/
    frame1.jsp
    header.jsp
    main.jsp
  images/
    jelly.jpg
  test/
    Link4.html
    destination.html
    nested_tables.html
    test.html
  tutorial/
    addPet.jsp
    addPetInfo.jsp
    favoritePet.jsp
    favoritePetInfo.jsp
    footer.jsp
    hackUser.jsp
    header.jsp
    help.jsp
    index.jsp
    invalidUser.jsp
    lockUser.jsp
    nav.jsp
    process.jsp
    validUser.jsp
  Link1.html
  Link10.html
  Link2.html
  Link3.html
  Link4.html
  Link5.html
  Link6.html
  Link7.html
  Link8.html
  Link9.html
  UTF-8.html
  end.jsp
  formValues.jsp
  formoptionvalues.html
  formsubmit.html
  formsubmit.jsp
  frames.html
  getdata.html
  hu_testcase.html
  index.jsp
  javascript.html
  javascript.jsp
  mutliple.jsp
  nested_tables.html
  step2.jsp
  submit.jsp
  tables.html
  xml.jsp