first of all, get used to my questions because they have only just begun
Ok, i am using a lot of frames these days and what i want to have happen is for someone to move their mouse over a link in one frame and have the page come up in a different frame, and then on the mouse out go back to null.html which is just has a background but no text.
hereâs what i did:
a href=âbioanswer.html#nameâ onMouseOver=âparent.location=âdude.htmlââ; onMouseOut=âparent.location=ânull.htmlââ; target=âanswerâ
the problem is the âparent.locationâ but i donât know what to put instead of âparent.locationâ so that i could open âbioanswer.html#nameâ in the âanswerâ frame shown above.
thanks in advanced for the help
you need to include your target somewhere in your mouseover⌠right now youâre not telling it to go anywhere⌠all you have is it telling what document needs to be opened but it doesnât know where it needs to open it.