diff options
Diffstat (limited to 'javascript/examples/inline.html')
-rw-r--r-- | javascript/examples/inline.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/javascript/examples/inline.html b/javascript/examples/inline.html deleted file mode 100644 index 6655915..0000000 --- a/javascript/examples/inline.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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> |