PDA

View Full Version : Frame Brake out help


Chris_kras
10-10-03, 09:39 AM
Hello,
I'm needing a script (witch I made but unsuccessful)
That could be put into a function and then used in a link.
ok here I go:
My problem is I have a menu in the left frame and the main page in the right.
What I need to do is put a frame brakeout script in a function so then I can use it in a link.
but heres where my problem comes in.
I need to target the script in the right frame but the link is in the left.
Is this even possible?

Chris

mdhall
10-10-03, 12:02 PM
Basically, when you click a link in the left frame, you want it to show up in the right frame?

<a href="name_of_page_you_want" target="name_of_right_frame">Link</a>