![]() |
|
|
+ Search |
![]()
|
Jun 29th, 2001 05:31
Mike Jones, Marcus de Leon,
the following will assign the entire IFRAME document (ie including HTML) to a variable: var content = IFrame_Name.document.body.createTextRange().htmlText the following will only assign the IFRAME's text: var content = IFrame_Name.document.body.createTextRange().innerText