How to read html document title in an iframe
Posted: Thu Sep 09, 2010 10:13 am
hi,
i want to read enclosing document <title> text in the embedded iframe
e.g
<html>
<title>test</title>
<body>
<iframe src="abc.html">
-- i want the title text in this iframe content -->
</iframe>
</body>
</html>
i want to read enclosing document <title> text in the embedded iframe
e.g
<html>
<title>test</title>
<body>
<iframe src="abc.html">
-- i want the title text in this iframe content -->
</iframe>
</body>
</html>