Quote:
Originally posted by WiredGuy
Ok, I'm a bit stumped on this, so hopefully someone can help:
Document A has an Invisible Frame and the rest of the page is visible, so: DOC 1 -> Frame A (hidden) and Frame B (full)
On Document 1 I have 2 Jscript variables (on the page that defines the frames). On Frame B I need to access the data stored in these 2 variables. How do I reference that data, I thought it would be top.window.VAR1 and top.window.VAR2 but I keep getting undefined.
Anyone have an idea?
Thanks
WG
|
Might want to try top.window.document.VAR1 and top.window.document.VAR2
If that doesn't work, then no clue. But goodluck. 
__________________
I bought a dog the other day... I named him Stay. It's fun to call him... "Come here, Stay! Come here, Stay!" He went insane. Now he just ignores me and keeps typing.
|