Let me explain this a little:
I have an html page with a frame in the middle. Whever something is clicked inside of the frame, it shows up only in the small frame. What if I want it to set the url of the browser?
Printable View
Let me explain this a little:
I have an html page with a frame in the middle. Whever something is clicked inside of the frame, it shows up only in the small frame. What if I want it to set the url of the browser?
<a href="www.google.com" target="_top">break frames</a>
I think that will work, but I havn't needed to do this in a long time.
What it should do (if placed inside a frame) is break the frames and point the entire page to that URL. Let me know if that doesn't work.