summaryrefslogtreecommitdiff
path: root/javascript/examples/inline.html
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/examples/inline.html')
-rw-r--r--javascript/examples/inline.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/javascript/examples/inline.html b/javascript/examples/inline.html
new file mode 100644
index 0000000..6655915
--- /dev/null
+++ b/javascript/examples/inline.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+ "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+ <head>
+ <style type="text/css">
+body {
+ background-color: #FFFFFF;
+}
+ </style>
+ </head>
+ <body>
+ <p>I am alive! Would you click to <a href="#void" onclick="window.parent.domTT_deactivate('local');">close</a> me now? You can do so from within this window because it is relative (local to this domain) and it does not violate the restrictions of cross-site scripting.</p>
+ </body>
+</html>