|
|||||||
| JavaScript JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...) |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to call function in another fram/iframe
Hi!
Let's say I have a set of frames. Frame a and b. How do I call a script with a function from frame A to B where the script is that I want to call? Another alternative. Frame A, B and C. C is an Iframe in frame B. How do I call a function fram fram A then if I want to call a function in the iframe C? Thanks! |
|
#2
|
||||
|
||||
|
top.frameB_Name.functionName()
top.frameB_Name.iframeName.functionName()
__________________
At least 98% of internet users' DNA is identical to that of chimpanzees |
|
#3
|
|||
|
|||
|
Thanks! I'm going to try this later.
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|