summaryrefslogtreecommitdiff
path: root/javascript/examples/example11b.html
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/examples/example11b.html')
-rw-r--r--javascript/examples/example11b.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/javascript/examples/example11b.html b/javascript/examples/example11b.html
deleted file mode 100644
index 679ef99..0000000
--- a/javascript/examples/example11b.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
- "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html>
- <head>
- <style>
-@import url(example.css);
- </style>
- <script language="javascript" src="../domLib.js"></script>
- <script language="javascript" src="../domTT.js"></script>
- </head>
- <body>
- <div class="title">Child Frame</div>
- <div class="main">
- <p style="cursor: pointer; cursor: hand;" onmouseover="domTT_activate(this, event, 'content', 'This is an example of a tooltip which is fired from inside of an iframe', 'parent', window.parent.document.body, 'inframe', true, 'trail', true);">Would you like to know more about me? Fly over me to see</p>
- <p class="small">Note: The way this works is that the event is fired from the element inside of the iframe but the tooltip is created in the parent frame and uses the event plus the offset of the iframe element in the parent document.</p>
- </div>
- </body>
-</html>