~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/samples/webserver/calcget.html

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
 
 
3
<html>
 
4
 
 
5
        <head>
 
6
                <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
 
7
                <meta name="generator" content="Adobe GoLive 6">
 
8
                <title>Simple Calculator Web Service Using HTTP GET</title>
 
9
        </head>
 
10
 
 
11
        <body bgcolor="#ffffff">
 
12
                <form action="calc" method="get" name="Calc">
 
13
                        <input type="text" name="a" value="1" size="8" tabindex="1"><select name="o" size="1" tabindex="4">
 
14
                                <option value="a">+</option>
 
15
                                <option value="s">-</option>
 
16
                                <option value="m">*</option>
 
17
                                <option value="d">/</option>
 
18
                        </select><input type="text" name="b" value="2" size="8" tabindex="3">=<input type="submit" name="submit" tabindex="4">
 
19
                </form>
 
20
        </body>
 
21
 
 
22
</html>