开发者

get the page title in which iframe is loaded

开发者 https://www.devze.com 2023-02-25 17:11 出处:网络
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 sh

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

0

精彩评论

暂无评论...
验证码 换一张
取 消