|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Onmouseover and onmouseout with frames
okay, so i got two frames, like frame1 and frame2, and i got iframe on frame2.
Now i have all the links on frame 1, but the onmouseover target should be in iframe on frame2. is this even possible? i got it working when i had the iframe on the same frame but couldn't get it working like this... hope u understanded... ________________________ |frame1 | frame2 | | | _______ | | links | |iframe | | | | |target | | | | |_______| | |___________|____________| |
|
#2
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
ill try again to get it right
_________________ | frame1 | frame2 | |-links--| ______ | |--------||iframe|| |--------||______|| |_________________| |
|
#3
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
So you mean, when you hover over a link in frame1, some event should happen in the iframe in frame2?
|
|
#4
|
|||
|
|||
|
Message Moved
Thread moved from 'Client Side Things' to 'Client Side Things' by tkarkkainen.
Reason: |
|
#5
|
||||
|
||||
|
RE: Onmouseover and onmouseout with frames
Sorry.... I obviously need some sleep :uhoh:
|
|
#6
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
yea thats what i want... just not sure how to get it working....
|
|
#7
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
actually i need to get it from frame 4 to iframe on frame 3... dont know if this pic i did will appear correctly but hope u understand....
--------frame1----- ---------/-------- ----frame2--frame3- -----/------------ --frame4--frame5--- |
|
#8
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
|
|
#9
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
nope... didn't get it working
but if i try to change it to other frame it wont do anything... |
|
#11
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
thnks for that... it helped much but i still have one more problem....apparently with that code i can only get to iframe inside a frame that has been named in the top page where the first framesets are (in my case its index). but because i had to split the page more than once i now have two indexes.... the first one splits to navi and index2 and it splits to two other frames...so the problem is that when i use top.main.document.getElementById it tries to look for frames inside index. but i need it to look from the index2 for frame which has that damn iframe inside it. hope u understand what im trying to say...
|
|
#12
|
|||
|
|||
|
RE: Onmouseover and onmouseout with frames
nvm i got working allready... too simple answer
just had to put it like this: top.index2.main.... |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Onmouseover and onmouseout with frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|