view WebContent/index.jsp @ 28:52adafab20c1

The Servlet now sends the audio file to the browser;
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 10 Dec 2013 12:02:46 +0000
parents 3b092b89c92e
children 0c66cff0d1cc
line wrap: on
line source
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
    <head>
        <title>Human Echolocation</title>
        <link rel="Stylesheet" type="text/css" media=all href="./StyleSheet.css" />
        <link href="StyleSheet.css" rel="stylesheet" type="text/css" />

        <script type="text/javascript" src="script/jquery-1.10.2.min.js"></script>
        <script type="text/javascript" src="script/echo.js"></script>
    </head>

    <body>
        <div style="text-align: center">
            <table width="760" cellpadding="0" cellspacing="0">
                <tr>
                    <td><img src="header_bg.jpg" alt="Header Image Not Found" width="779" height="72" /></td>
                    </tr>
            </table>
            <br />

            <h1>Human Echolocation WebApp Example Page</h1>

            Testing...<br />

            Input parameters:
            <br>
            Distance:
            <input type="text" id="dist" "name="dist" size="8">
            <br>
            <input type="submit" value="Generate" id="generate">
            <br>

            <div id="ajax-loading">
                <img src="ajax-loader.gif" class="ajax-loader" style="display:none" /></div>

            <br />

            <div id="responsetext"></div>

            <br>
            </div>

    </body>
</html>