i heard alot of people hate "frames" and "iframes" to link to a specific page, are these still needed todays websites? example, http://www.sportsmanager.us/orgmanager/NHYLA.htm these are iframes, is there any better solution then "iframes"? whats the most common used these days? still frames? do people still use frames like this?
<frameset cols="85%, 15%">
<frame src="URL OF FRAME PAGE 1 HERE" name="frame_1">
<frame src="URL OF FRAME PAGE 2 HERE" name="frame_2">
<noframes>
Text to be displayed in browsers that do not support frames
</noframes>
</frameset>
or any better alternatives?