4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
9 <meta http-equiv=
"Pragma" content=
"no-cache">
10 <meta http-equiv=
"Expires" content=
"-1">
11 <title>{{title}}
</title>
12 <script type=
"text/javascript" src=
"common.js"></script>
13 <script type=
"text/javascript" src=
"example.js"></script>
17 <h2>Status:
<code id=
"statusField">NO-STATUS
</code></h2>
18 <p>The URL Loader example demonstrates fetching an URL and then displaying its
19 contents. Clicking the Get URL button will cause a url_loader_success.html
20 file to get loaded asynchronously, then displayed in a text box when the
22 <table border=
5 cellpadding=
5%
summary=
"A title and a result log">
24 <td valign=top
><pre id='output'
></pre></td>
27 <input id=
"button" type=
"button" value=
"Get URL">
28 <!-- The NaCl plugin will be embedded inside the element with id "listener".
30 <div id=
"listener"></div>