frames

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can I create a hyperlink from outside the frameset to a specific frame
within a frameset?Or how can I display a page within a frame from a different
URL that I want to point to?
 
When you create the link click Target Frame and type in the name of the
frame you want the content to appear in.
 
There would be two ways to do this.

1. Use custom javascript to pass the name of the desired frame and its
source to the frameset page, which will parse the name and source out and
dynamically load the frame.
2. Create a custom frameset that contains the frames loaded as you desire.
Link to that special frameset with no further attributes.

Frames are almost NEVER the right choice for this and many many other
reasons.
 
Back
Top