Page 1 of 1

How to read html document title in an iframe

Posted: Thu Sep 09, 2010 10:13 am
by syamswaroop
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>