How to read html document title in an iframe

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
syamswaroop
Forum Newbie
Posts: 19
Joined: Fri May 01, 2009 1:31 am

How to read html document title in an iframe

Post 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>
Post Reply