Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / JScript / January 2007

Tip: Looking for answers? Try searching our database.

Reading content of an IFRAME ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sody - 10 Jan 2007 13:51 GMT
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.

The problem is, I need to read content of that IFRAME. In that content
is EXPORT text I need to read in my application.

Here is example of that export:
START
YourID: 123
Data1: 12346
Data2: 977
END

How to read it from IFRAME and how to make it "visible" for code-behind
code ?

Thx for your help.
Ayush - 10 Jan 2007 21:13 GMT
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/
-------------


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.