How can I find the title of parent window in javascript?

inglon

New Member
How can I find the title of parent window in javascript?I use \[code\] alert(window.parent.document.FormName); \[/code\]and\[code\] alert(window.parent.document.title);\[/code\]and\[code\] alert(window.parent.parent.document.title);\[/code\]but the result wasn't true.
 
Back
Top