get the page title in which iframe is loaded
I have three web pages in my application in which one web page i开发者_C百科s used as an iframe in other two web pages. how can i get the page title of the normal web page in the iframe webpage
You should be able to get it with parent.document.title
in javascript
精彩评论