Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • From: dnunes at gmail.com (diego nunes)
  • Subject: [Javascript] Re: Call history.go(-1) in an iFrame from another frame
  • Date: Fri Nov 18 07:39:03 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@xxxxxxxxxx> 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