"Duddley" <Duddley (AT) bellsouth (DOT) net> schreef in bericht
news:x0kob.972$ns.857 (AT) bignews4 (DOT) bellsouth.net...
Quote:
I am trying to link to a URL from text inside a frame. I want a different
frame to receive the new page. I know this is possible, but cannot find it
in my book(s). Some kind soul please point me in the right direction.
Thank you....
In your framepage give the frame you want to receive the page a name - for
|
example "window" (this is initially filled with "page 1"): .. <frame
name=window src=page1.htm>
When you want to put another page in this frame use "target = ", for
example:
<a href="page2.htm" target=window>This is page 2</a>
Success
Chris