Frame/IFrame longDesc Property
Frame/IFrame Object
Definition and Usage
The longDesc property sets or returns the value of the longdesc attribute in a
frame/iframe element.
The longdesc attribute specifies an URL to a page that contains a long
description of the content of an frame/iframe.
Note: The longdesc attribute is so poorly supported that it should not
be used.
Syntax
frameObject.frameBorder=URL
or
iframeObject.frameBorder=URL |
Browser Support

The longDesc property is supported in all major browsers.
Example
Example
Return the value of the longdesc attribute:
<html>
<body>
<iframe id="myframe" src="/default.asp" longdesc="w3s.txt">
<p>Your browser does not support iframes.</p>
</iframe>
<p>The URL of the long description is:
<script type="text/javascript">
document.write(document.getElementById("myframe").longDesc);
</script>
<p>
</body>
</html> |
Try it yourself »
|
Frame/IFrame Object

The Altova MissionKit is an integrated suite of tools ideal for:
- XML development
- Web & Web services development
- Data mapping & integration
- Rendering & publishing XML & database data
- XBRL validation, taxonomy editing, transformation & rendering
The MissionKit for XML Developers includes XMLSpy® - the industry-leading XML editor; MapForce® - a
graphical data mapping, conversion, and integration tool; StyleVision® - a visual XSLT stylesheet designer;
DiffDog® - an XML-aware diff/merge tool; and 2 additional tools.
Try all 6 products free for 30 days!
Download a fully-functional free trial
|
|
|
|