PDA

Click to See Complete Forum and Search --> : Links in frames


Jathen
Oct 15th, 2000, 10:06 PM
how do i open an html file in one frame from a link in another? (for example):

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

N*G*Evangelion
Oct 16th, 2000, 03:44 AM
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