On Dec 16, 9:00 am, andriscs <izochr...@gmail.com> wrote: > Hi, > > If I have a page that has the following JS in header: > <script> > x="someValue" > </script> > > and it has a child frame, how can I acces the value of the top page? If you are using frames, then from a child frame either: parent.x for the parent frame or top.x for the very top frame (which might also be the parent) will do. -- Rob
- [jQuery] How to access javascript variable of another frame? andriscs
- [jQuery] Re: How to access javascript variable of another fr... RobG