Results 1 to 2 of 2

Thread: [HTML] -- Frames...set a url to the PARENT frame?

  1. #1

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    [HTML] -- Frames...set a url to the PARENT frame?

    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?

  2. #2
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: [HTML] -- Frames...set a url to the PARENT frame?

    <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.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width