Example

The best way to demonstrate the features of the Gild Web Browser is by example. Below, there is a picture of a sample web page, and the HTML code that is used to generate it. Each of the features displayed will be treated in turn.



    <html>
    <head>
    <title>For Loop Example</title>
    </head>
    <body>
    <h1>For Loop Example</h1>
    <p>Here is a simple looping example. This example uses for loops</p>

    <table border=1>
        <tr>
            <td>
         <javasource
                project="ca.uvic.gild.docs"
                file="src/Loops.java"
                method_sig="Loops.forLoop()">
            </td>
        </tr>
    </table>
    <p>You may go look at the code directly by selecting this link:
    <a href=
    'javascript:liveAction(
            "ca.uvic.gild.docs",
            "src/Loops.java",
            "Loops.forLoop()"
        )'
>to the code </a>.</p>

    <p>For an even more basic example, select this link:
    <a href=
    'javascript:navigate(
            "ca.uvic.gild.docs",
            "webbrowser/docs/HelloWorld.html"
        )'
>Hello World</a>.</p>     

    </body>
    </html>

Embedded Source Code
Links to Source Code
Links to Web Content in the Workspace