Replied to [Sody]s message :
> Hi, is there some posibility how to read inner text from IFRAME on
> server-side ?
> I've tested it with innerText and InnerHtml but it doesnt work
>
> I also tested it on client-side with JavaScript but I'm still not able
> to read innerText or innerHTML of that frame.
You can use :
document.frames[0].document.body.innerText
to read the text of body.. but this will work only if they are on same domain. If you
want to read the contents of another domain then read this :
http://virtuelvis.com/archives/2005/12/cross-document-messaging
This is for Opera and works like a charm ... i dont know if this works in IE or not..

Signature
→ Ayush
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------