I found my mistake.... now the right window will respond to posts you want to read and post you want to make:
Cut and paste the code below to a TEXT program like WordPad (not Word). I had to change the three URLs because DU doesn't show long URLs. So remove the spaces between the w's in
http://w ww and make sure each URL begins with
http://www .
Save the file in a place you can find as an .html file. It should open with your default browser. Don't forget it won't work off-line.
The code eliminates the ad column on the right... and makes the center bar movable. It gets the current thread frame to load on the left. I moved the response frame to the right but posts are not loading there. A new window opens for reading posts and for posting new topics. If anyone else wants to try... feel free. It may not be possible for responses and new posts to open on the right side. Time and experimentation will tell.
Note... if you move to another forum, this code will not work.
<HTML>
<HEAD>
<TITLE>MassLive.com: Politics Forum</TITLE>
<frameset framespacing=0 border=1 frameborder=1 rows=100,*>
<frame name=banner scrolling=no noresize border=1
src=
http://w ww.masslive.com/forums/politics/banner.ssf?zzDoNotCount>
<frameset framespacing=0 border=1 frameborder=1 cols=550,*>
<frame name=outlineFrame scrolling=auto border=1
src=
http://w ww.masslive.com/forums/politics/index.ssf?zzIndexDONOTCOUNT>
<frame name=responseFrame scrolling=auto border=1
src=
http://w ww.masslive.com/forums/politics/index.ssf?zzBlankDONOTCOUNT>
</frameset>
</frameset>
</head>
<noframes>
</BODY>
</HTML>