javascript contentDocument attribute


  Translation results:

content

UK['kɒntent] US[ˈkɑ:ntent]

n. Content; content; directory (of books, etc.); capacity

adj. Satisfied, satisfied; willing; willing

vt. To satisfy, to satisfy

Third person singular: contents Plural: contents Present participle: contenting Past tense: contented past participle: contented

document

UK[ˈdɒkjumənt] US[ˈdɑ:kjumənt]

n. Official document; (computer) document, certificate

vt.Record; prove; provide proof for...

Third person singular: documents Plural: documents Present participle: documenting Past tense: documented Past participle: documented

javascript contentDocument attributesyntax

Function: Document that contains the content of the frame.

Syntax: frameObject.contentDocument

javascript contentDocument attributeexample

<html>
<frameset id="myFrameset" cols="50%,50%">
  <frame id="leftFrame" src="http://www.phpstudy.net/php">
  <frame id="rightFrame" src="http://www.phpstudy.net">
</frameset>
</html>

Run instance »

Click the "Run instance" button to view the online instance

Home

Videos

Q&A