tags:

views:

21

answers:

1

Ok, first off, I didn't program this page with frames! I'll be getting rid of them later. For now I need to solve this problem.

There's a link within a frame. Instead of that link just changing the contents of the frame, I need it to change the URL of the entire window. How can I do this?

Thanks for any help

+1  A: 

Use the predefined frame name.

target="_top"
David Dorward