As you know HTML framesets are available for dividing the content of a web page into
several independent parts. That useful when I click on a link in frame1 I can load
the new page into frame2. However framesets seem to be old fashioned.
How can I replace them and by what?
I don't want to re-load the whole web page. I just want as before reload certain part(s)
of a web page depending on the link clicks on another.
Pat