source: Dev/trunk/src/client/dojox/secure/tests/bad.html @ 521

Last change on this file since 521 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 462 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4        <title>dojox.grid.Grid with Dojo.Data via binding</title>
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6        <style type="text/css">
7                b{
8                        color:red;
9                }
10        </style>
11<head>
12<body>
13        This is a <b>sandboxed</b> paged with a bad script.
14        <script type="text/javascript">
15                alert("safe script" + this);
16        </script>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.