[Javascript] Re: Call history.go(-1) in an iFrame from another frame

diego nunes dnunes at gmail.com
Fri Nov 18 07:38:59 CST 2005


    Try to get content from an object inside the frame, to check if
the error is the frame reference, or the method calling.
alert(self.frames['floatFrame'].document.childNodes[10].innerHTML);


On 18/11/05, Julien Nadeau <junado at junado.com> wrote:
> Thanks for your answer Laurent,
>
> again, your method does work in Firefox, but it does nothing in Safari (it
> does not even returns an error). I'm curious about how Safari might be
> handling frames in its JavaScript interpretation. I'm running v.2.0.2
> (416.12).
>
> I'll let you know if I find something, thanks nonetheless.

--
diego nunes



More information about the Javascript mailing list