ここに私のiFrameのコードがありますが、テキストは実際にはフレームに表示されません
.iframe {
font-family: "Courier New", Courier, monospace;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: lighter;
background-attachment: inherit;
background-repeat: repeat;
background-position: top;
text-align: left;
white-space: normal;
float: inherit right;
widows:inherit;
volume:silent;
border-left-style: dashed;
list-style-type: circle;
cursor: default;
filter: Glow(Color=#345, Strength=2);
}
HTML タグ内のフレームのコード
<iframe class="iframe" align="middle" height="500" width="1000">
<font color="#00FF33" style="animation:ease-in-out" face="Arial, Helvetica, sans- serif">hello guys i am dhaiwat....</font>
</iframe>
その中のテキストを取得するにはどうすればよいですか...