[WEB4LIB] Hyperlinking to a page within a frame

Michael Mayo michael-a-mayo at worldnet.att.net
Sun Dec 17 00:53:03 EST 2000


---- Original Message -----
From: "Michael Weber" <webermj at prodigy.net>
> Is there a way to directly hyperlink to a particular page in a site that
> uses frames?

    It would help if you gave a URL, but the following should work:

    1) Go to the page in question.

    2) View->Source

    3) You should see something like the following:

        <FRAMESET>
        <FRAME src="nav.html">
        <FRAME src="page_you_want.html">
        </FRAMESET>

    4) copy the url for page_you_want.html.  You can then link directly to this
url.

    I'm not sure whether you're saying this is what you already did.  If so, you'll
have to give us the URL.  There's probably some javascript or something at work.

                -Mike




More information about the Web4lib mailing list