Results 1 to 2 of 2

Thread: Links in frames

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    3
    how do i open an html file in one frame from a link in another? (for example):

    _________________________
    | | |
    | | |
    | | |
    | | NEW |
    | LINK | |
    | | PAGE |
    | | |
    | | |
    | | |
    | | |
    --------------------------

  2. #2
    Member
    Join Date
    Sep 2000
    Posts
    49
    Try:

    <a href="new.html" target="framename">Link</a>

    where "framename" is the name of the frame where "new.html" will be loaded into.

    I think that's what you needed

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