Web Hosting Talk







View Full Version : java script + frames


darksoul
11-16-2003, 12:28 PM
I have two frames f1,f2, I want to access the selected
text in f2 from f1
in normal circumstances you'd use
parent.f2.document.selection.createRange().text
but
f2 its a remote url and js security seems to prevent that.
Any workaround to this ?
or any other way to do it ?

Thanks.