diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
commit | 710c48f908290c52b93e57e29741fcd0696b2d22 (patch) | |
tree | cefaa11c5d529041a64ec793cecf95d13c48e242 /javascript/examples/inline.html | |
parent | d4d1dec8f3f204ad0d7abac3b553c5023a4324bd (diff) | |
download | vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.gz vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'javascript/examples/inline.html')
-rw-r--r-- | javascript/examples/inline.html | 14 |
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> |