BKBK, Sorry that I seemed discourteous. I never meant to be.
The "more script" was just my latest tries.
g() works tags inside or out but thank you for the suggestion about putting the tags outside.
Still don't understand why f() won't work when opening a new window but does work when not opening a new window.
Again,I guess I should've acknowleged each of your replies as they came. I really do appreciate your time and effort.
Perhaps, even neater:
function f(nextpg_,nextwin_)
{
var _attrs='';
var _br=navigator.appName;
document.forms[0].method="post";
document.forms[0].action=nextpg_;
document.forms[0].target=nextwin_;
etc., etc
}