本文实例讲述了JS获取iframe中longdesc属性的方法。分享给大家供大家参考。具体如下:
longdesc 属性指向一个包含描述信息的页面。
<!DOCTYPE html><html><body><iframe id="myframe" src="/default.asp" longdesc="VeVB.COm"><p>Your browser does not support iframes.</p></iframe><p>The URL of the long description is:<script>document.write(document.getElementById("myframe").longDesc);</script><p></body></html>
上面的代码返回如下结果:The URL of the long description is:VeVB.COm
希望本文所述对大家的javascript程序设计有所帮助。
新闻热点
疑难解答