|
-
Jun 19th, 2001, 02:20 PM
#1
Thread Starter
Frenzied Member
access function from another frames!!!
I know how,
BUT it does not work in NN6!!
here's what i use for MSIE and NN4.x
parent.frames.frameName.functionName();
what can i do for NN6
sebs!!
-
Jun 19th, 2001, 03:48 PM
#2
Lively Member
Try using:
parent.frames["frameName"].functionName();
-
Jun 20th, 2001, 08:53 AM
#3
Thread Starter
Frenzied Member
it gives me an error!!
tx a lot anyway!!
any more suggestion!!
-
Jun 20th, 2001, 03:02 PM
#4
Lively Member
Hmm.. what error did you get?
-
Jun 21st, 2001, 07:26 AM
#5
Thread Starter
Frenzied Member
something like it needed a frames names!
i guess
parent.frames.frameName
this work, but not for calling a function !!
hummm!
-
Jun 21st, 2001, 03:53 PM
#6
Lively Member
Suggestion 1:
parent.otherFrameName.functionName();
Suggestions 2:
parent.frames[index].functionName()
make sure that index is the correct (0 if the function is in the first frame defined, 1 if it's the 2nd and so on).
Last edited by CreoN; Jun 21st, 2001 at 03:57 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|