Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / direct / direct.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5     <title>Ext.Direct Generic Remoting</title>
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
8     <style type="text/css">
9         #logger b {
10             color:#555;
11         }
12         #logger pre {
13             margin: 5px;
14         }
15         #logger p {
16             margin:0;
17         }
18     </style>
19
20     <script type="text/javascript" src="../../bootstrap.js"></script>
21     <script type="text/javascript" src="direct.js"></script>
22     <script type="text/javascript" src="php/api.php"></script>
23 </head>
24 <body>
25     <h1>Ext.Direct Generic Remoting</h1>
26
27     <p>The js is not minified so it is readable. See <a href="direct.js">direct.js</a>.</p>
28     
29     To make the multiply request show a failure, enter a non numeric value into the field.
30 </body>
31 </html>