|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
dropdown menu in 1 iframe to link to another iframe
i have an index.htm that has 2 iframes. 1 iframe has a menu and stuff and the other iframe is where the info is to be displayed. i want to have the menu attributes that are inside iframe1 display the relative information inside iframe2. can someone tell me how this is possible. i have seen code where the menu links to info inside an iframe but the menu itself wasnt in an iframe. this is not what i want.
|
|
#2
|
||||
|
||||
|
Do you mean you want to use the first iframe to control the second one? If so, you just need to refer to the second frame using either the target tag, or via the DOM (parent.iframeName.xxx) - google "iframes DOM" for more info.
Note that you can only control an iframe if it hosting on the same domain as your controlling script - due to security reasons. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > dropdown menu in 1 iframe to link to another iframe |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|