Connecting Tech Pros Worldwide Help | Site Map

Help! Getting iframe contents

Newbie
 
Join Date: Aug 2006
Posts: 2
#1: Aug 31 '06
Need help in getting iframe contents in javascript.
Any idea is greatly appreciated.
Newbie
 
Join Date: Aug 2006
Posts: 3
#2: Aug 31 '06

re: Help! Getting iframe contents


You can get with js like this:
document.iframe_name.form_name.area_name.value
Newbie
 
Join Date: Aug 2006
Posts: 2
#3: Sep 1 '06

re: Help! Getting iframe contents


Won't work for me.
The iframe content is from other domain.
I just found out that browsers are implementing security measures that would prevent scripts from accessing iframe off site contents.

There must be some kind of workaround.

Thanks for the idea.
Reply