![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Getting IFRAME text
From: Aaron Gray <ang.usenet@gmail.com>
Date: Thu Nov 10 2005 - 18:10:53 CET
Whoops, forgot the question !
I want to copy the text from a text document opened in an iframe into a
> <iframe name="iframe" width="100%" height="25%" src="test1.txt">
I tried 'iframe.body.innerText' but that did not work.
Aaron
|